diff options
Diffstat (limited to 'source3/nsswitch')
-rw-r--r-- | source3/nsswitch/wbinfo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/nsswitch/wbinfo.c b/source3/nsswitch/wbinfo.c index 9e85ce3041..470fa024b9 100644 --- a/source3/nsswitch/wbinfo.c +++ b/source3/nsswitch/wbinfo.c @@ -479,8 +479,8 @@ int main(int argc, char **argv) int opt; poptContext pc; - char *string_arg; - int int_arg; + static char *string_arg; + static int int_arg; BOOL got_command = False; struct poptOption long_options[] = { |