From ee4d68211542f1d3bf4422173b8f8c263edac9c2 Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Tue, 11 Dec 2001 18:08:48 +0000 Subject: fix for IRIX compilers (This used to be commit b110f57e49bcb4e3c648020850ee18d1888b9152) --- source3/nsswitch/wbinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/nsswitch/wbinfo.c') 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[] = { -- cgit