summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-07-08 21:58:29 +0000
committerJeremy Allison <jra@samba.org>2003-07-08 21:58:29 +0000
commite4bfa0a4608d794fd0c6228b58469ddf5473b7b4 (patch)
tree1d99874ff616035ff94b70fd7c717bbaa41792d6 /source3/smbd
parentf637448150ef248726363ae0df0b0f7e096c256e (diff)
downloadsamba-e4bfa0a4608d794fd0c6228b58469ddf5473b7b4.tar.gz
samba-e4bfa0a4608d794fd0c6228b58469ddf5473b7b4.tar.bz2
samba-e4bfa0a4608d794fd0c6228b58469ddf5473b7b4.zip
Moved SAM_ACCOUNT marshall/unmarshall functions to make them externally
available. Removed extra auth_init (thanks metze). Jeremy. (This used to be commit 88135fbc4998c266052647f8b8e437ac01cf50ae)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/server.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c
index 0906e3b9d8..453ff54e4b 100644
--- a/source3/smbd/server.c
+++ b/source3/smbd/server.c
@@ -853,8 +853,6 @@ void build_options(BOOL screen);
exit(1);
}
- static_init_auth;
-
static_init_rpc;
init_modules();