s4: popt: Make cmdline_credentials static.
[bbaumbach/samba-autobuild/.git] / source4 / lib / cmdline / popt_common.c
index 59f06e8ba2527962cddc4e93faac5f4ebef62c25..5fce312ac7b2027b1f7caec70c804078762270c7 100644 (file)
@@ -38,7 +38,7 @@
 
 enum {OPT_OPTION=1,OPT_LEAK_REPORT,OPT_LEAK_REPORT_FULL,OPT_DEBUG_STDERR};
 
-struct cli_credentials *cmdline_credentials = NULL;
+static struct cli_credentials *cmdline_credentials = NULL;
 
 void popt_set_cmdline_credentials(struct cli_credentials *creds)
 {