summaryrefslogtreecommitdiffstats
path: root/source/smbd/nttrans.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-04-09 11:46:40 +0000
committerVolker Lendecke <vlendec@samba.org>2005-04-09 11:46:40 +0000
commit836b6dcffa091b407b4e6120d34a60cde4665869 (patch)
treef269eee2221d89d7a3f6000f13c73a633ede9e30 /source/smbd/nttrans.c
parent549b8bc455145e48e1d28cf6830f1835fac00619 (diff)
downloadsamba-836b6dcffa091b407b4e6120d34a60cde4665869.tar.gz
samba-836b6dcffa091b407b4e6120d34a60cde4665869.tar.xz
samba-836b6dcffa091b407b4e6120d34a60cde4665869.zip
r6263: Get rid of generate_wellknown_sids, they are const static and initializable
statically. Volker
Diffstat (limited to 'source/smbd/nttrans.c')
-rw-r--r--source/smbd/nttrans.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/smbd/nttrans.c b/source/smbd/nttrans.c
index 69b83fe3da4..4dffe870c53 100644
--- a/source/smbd/nttrans.c
+++ b/source/smbd/nttrans.c
@@ -21,7 +21,6 @@
#include "includes.h"
-extern DOM_SID global_sid_World;
extern int max_send;
extern enum protocol_types Protocol;
extern int smb_read_error;