From 34dd5443433c5ea3102c98e137aeed3751b87b1b Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Tue, 12 Mar 2002 17:30:09 +0000 Subject: [PATCH] Yet another build fix for popt. I gotta get me one of these picky systems... (This used to be commit 19546bdd5541785dc8430f8ffa2afcdb42015b96) --- source3/utils/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/utils/status.c b/source3/utils/status.c index 7caaf3308dc..58efecbce15 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; -- 2.11.4.GIT