diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-08-20 22:49:45 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:58:14 -0500 |
commit | e205ffd83c36c485bcd07de318e0a1bb506f8415 (patch) | |
tree | 8f84fd3bec35cba6cb24253c793ef86929ae94c7 | |
parent | 6766809ba8190f6b65921a42eaa3dc67fab67ce2 (diff) | |
download | samba-e205ffd83c36c485bcd07de318e0a1bb506f8415.tar.gz samba-e205ffd83c36c485bcd07de318e0a1bb506f8415.tar.bz2 samba-e205ffd83c36c485bcd07de318e0a1bb506f8415.zip |
r1972: cmdline_auth_info does not need to be declared global
(This used to be commit d07dbdb22acc4c9cafb7141486fbf162d9f8164e)
-rw-r--r-- | source4/lib/cmdline/popt_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/lib/cmdline/popt_common.h b/source4/lib/cmdline/popt_common.h index e41b1a2cf4..bedf8f7f5d 100644 --- a/source4/lib/cmdline/popt_common.h +++ b/source4/lib/cmdline/popt_common.h @@ -46,6 +46,4 @@ struct cmdline_auth_info { BOOL use_kerberos; }; -extern struct cmdline_auth_info cmdline_auth_info; - #endif /* _POPT_COMMON_H */ |