From 594ae8f9e193106b8b32102aa8c8c8d48045395b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 3 Jun 2006 07:21:51 +0000 Subject: r16023: we don't need a global variable here... noticed by the Mac OS 10 linker metze (This used to be commit 5928112cbc004f59660c8131abccc0f4933c2da3) --- source4/smb_server/smb_server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/smb_server/smb_server.h') diff --git a/source4/smb_server/smb_server.h b/source4/smb_server/smb_server.h index a5c2b73dc7..f479bc35b4 100644 --- a/source4/smb_server/smb_server.h +++ b/source4/smb_server/smb_server.h @@ -280,7 +280,7 @@ struct substitute_context { /* 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 -- cgit