summaryrefslogtreecommitdiffstats
path: root/source/utils/net_rpc_samsync.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-04-09 11:46:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:56:33 -0500
commit3493d9f383567d286e69c0e60c0708ed400a04d9 (patch)
treef269eee2221d89d7a3f6000f13c73a633ede9e30 /source/utils/net_rpc_samsync.c
parentcd8b93edc6d488ab6f6652ef533ce13e885b265b (diff)
downloadsamba-3493d9f383567d286e69c0e60c0708ed400a04d9.tar.gz
samba-3493d9f383567d286e69c0e60c0708ed400a04d9.tar.xz
samba-3493d9f383567d286e69c0e60c0708ed400a04d9.zip
r6263: Get rid of generate_wellknown_sids, they are const static and initializable
statically. Volker
Diffstat (limited to 'source/utils/net_rpc_samsync.c')
-rw-r--r--source/utils/net_rpc_samsync.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/utils/net_rpc_samsync.c b/source/utils/net_rpc_samsync.c
index 3ddfc5c9d9b..fa38004fe6f 100644
--- a/source/utils/net_rpc_samsync.c
+++ b/source/utils/net_rpc_samsync.c
@@ -24,8 +24,6 @@
#include "includes.h"
#include "utils/net.h"
-extern DOM_SID global_sid_Builtin;
-
static void display_group_mem_info(uint32 rid, SAM_GROUP_MEM_INFO *g)
{
int i;