svn commit: samba r1972 - branches/SAMBA_4_0/source/lib/cmdline

tridge at samba.org tridge at samba.org
Fri Aug 20 22:49:46 GMT 2004


Author: tridge
Date: 2004-08-20 22:49:45 +0000 (Fri, 20 Aug 2004)
New Revision: 1972

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1972&nolog=1

Log:
cmdline_auth_info does not need to be declared global

Modified:
   branches/SAMBA_4_0/source/lib/cmdline/popt_common.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/cmdline/popt_common.h
===================================================================
--- branches/SAMBA_4_0/source/lib/cmdline/popt_common.h	2004-08-20 22:10:53 UTC (rev 1971)
+++ branches/SAMBA_4_0/source/lib/cmdline/popt_common.h	2004-08-20 22:49:45 UTC (rev 1972)
@@ -46,6 +46,4 @@
 	BOOL use_kerberos;
 };
 
-extern struct cmdline_auth_info cmdline_auth_info;
-
 #endif /* _POPT_COMMON_H */



More information about the samba-cvs mailing list