svn commit: samba r16023 - in branches/SAMBA_4_0/source/smb_server: .

metze at samba.org metze at samba.org
Sat Jun 3 07:21:52 GMT 2006


Author: metze
Date: 2006-06-03 07:21:51 +0000 (Sat, 03 Jun 2006)
New Revision: 16023

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16023

Log:
we don't need a global variable here...
noticed by the Mac OS 10 linker

metze
Modified:
   branches/SAMBA_4_0/source/smb_server/smb_server.h


Changeset:
Modified: branches/SAMBA_4_0/source/smb_server/smb_server.h
===================================================================
--- branches/SAMBA_4_0/source/smb_server/smb_server.h	2006-06-03 01:32:55 UTC (rev 16022)
+++ branches/SAMBA_4_0/source/smb_server/smb_server.h	2006-06-03 07:21:51 UTC (rev 16023)
@@ -280,7 +280,7 @@
 /* Remote architectures we know about. */
 enum remote_arch_types {RA_UNKNOWN, RA_WFWG, RA_OS2, RA_WIN95, RA_WINNT, RA_WIN2K, RA_WINXP, RA_SAMBA};
 
-enum security_types {SEC_SHARE,SEC_USER} security;
+enum security_types {SEC_SHARE,SEC_USER};
 
 /* smb server context structure. This should contain all the state
  * information associated with a SMB server connection 



More information about the samba-cvs mailing list