Skip to content

Commit

Permalink
Fix kpropd -x
Browse files Browse the repository at this point in the history
A missing break in the switch statement caused kpropd -x to error out
with a usage message.

(cherry picked from commit 75b2ec8)

ticket: 8080 (new)
version_fixed: 1.11.6
status: resolved
  • Loading branch information
greghudson authored and tlyu committed Feb 6, 2015
1 parent 46c0762 commit 0b7cef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/slave/kpropd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1194,6 +1194,7 @@ void PRS(argv)
usage();
db_args[db_args_size+1] = NULL;
db_args_size++;
break;
}

default:
Expand Down

0 comments on commit 0b7cef5

Please sign in to comment.