diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/wsman.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wsman.c b/src/wsman.c index 9dfe5b9..bd366a3 100644 --- a/src/wsman.c +++ b/src/wsman.c @@ -145,9 +145,8 @@ WsActions delivery_mode[] = { {NULL, 0} }; -char wsman_parse_options(int argc, char **argv) +static char wsman_parse_options(int argc, char **argv) { - char retval = 0; u_error_t *error = NULL; |