Yet another build fix for popt. I gotta get me one of these picky systems...
authorJim McDonough <jmcd@samba.org>
Tue, 12 Mar 2002 17:30:09 +0000 (17:30 +0000)
committerJim McDonough <jmcd@samba.org>
Tue, 12 Mar 2002 17:30:09 +0000 (17:30 +0000)
(This used to be commit 19546bdd5541785dc8430f8ffa2afcdb42015b96)

source3/utils/status.c

index 7caaf3308dcf12cb2e40997128feaed7fdc242a0..58efecbce15af0dcece76d1efe21bd4dc72218f1 100644 (file)
@@ -545,7 +545,7 @@ static int traverse_sessionid(TDB_CONTEXT *tdb, TDB_DATA kbuf, TDB_DATA dbuf, vo
 {
        pstring fname;
        int c;
-       int profile_only = 0;
+       static int profile_only = 0;
        static int new_debuglevel = -1;
        TDB_CONTEXT *tdb;
        poptContext pc;