summaryrefslogtreecommitdiff
path: root/source3/utils/status.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-04-14 03:30:20 +0000
committerTim Potter <tpot@samba.org>2003-04-14 03:30:20 +0000
commit63cbbe26923b8f6bbed11428a3a218a88d17ffe7 (patch)
tree52dd470aabad3507df6bc9f68f5b90a6c2b86c12 /source3/utils/status.c
parentbe67b58247680af0d672675f76e7b2af9dc94bcd (diff)
downloadsamba-63cbbe26923b8f6bbed11428a3a218a88d17ffe7.tar.gz
samba-63cbbe26923b8f6bbed11428a3a218a88d17ffe7.tar.bz2
samba-63cbbe26923b8f6bbed11428a3a218a88d17ffe7.zip
Merge Jelmer's popt updates from HEAD.
(This used to be commit 98e84b3e83d2a365c818ea64f9418edb29d690f2)
Diffstat (limited to 'source3/utils/status.c')
-rw-r--r--source3/utils/status.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/source3/utils/status.c b/source3/utils/status.c
index 8014b133d9..7e87701752 100644
--- a/source3/utils/status.c
+++ b/source3/utils/status.c
@@ -559,10 +559,8 @@ static int traverse_sessionid(TDB_CONTEXT *tdb, TDB_DATA kbuf, TDB_DATA dbuf, vo
{"profile", 'P', POPT_ARG_NONE, &profile_only, 'P', "Do profiling" },
#endif /* WITH_PROFILE */
{"byterange", 'B', POPT_ARG_NONE, &show_brl, 'B', "Include byte range locks"},
- { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_debug },
- { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_version},
- { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_configfile },
- { 0, 0, 0, 0}
+ POPT_COMMON_SAMBA
+ POPT_TABLEEND
};
setup_logging(argv[0],True);