diff options
author | Jim McDonough <jmcd@samba.org> | 2002-03-12 17:30:09 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2002-03-12 17:30:09 +0000 |
commit | 34dd5443433c5ea3102c98e137aeed3751b87b1b (patch) | |
tree | 74fe6c29c10df7c86237962ec113a9475d13271b | |
parent | b9377e811e44949070f04efe1c1cd389a7c3aef5 (diff) | |
download | samba-34dd5443433c5ea3102c98e137aeed3751b87b1b.tar.gz samba-34dd5443433c5ea3102c98e137aeed3751b87b1b.tar.bz2 samba-34dd5443433c5ea3102c98e137aeed3751b87b1b.zip |
Yet another build fix for popt. I gotta get me one of these picky systems...
(This used to be commit 19546bdd5541785dc8430f8ffa2afcdb42015b96)
-rw-r--r-- | source3/utils/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/status.c b/source3/utils/status.c index 7caaf3308d..58efecbce1 100644 --- a/source3/utils/status.c +++ b/source3/utils/status.c @@ -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; |