diff options
author | Paul Green <paulg@samba.org> | 2006-04-30 23:49:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:16:37 -0500 |
commit | 567e8fa6ca61e136f94d06e858ee30577c8f36e3 (patch) | |
tree | 452d9fc62b1aa28f88da1611ba76de66576e7058 | |
parent | be8e338ef7d1bbcb33f9be449b8deb86fe23df1b (diff) | |
download | samba-567e8fa6ca61e136f94d06e858ee30577c8f36e3.tar.gz samba-567e8fa6ca61e136f94d06e858ee30577c8f36e3.tar.bz2 samba-567e8fa6ca61e136f94d06e858ee30577c8f36e3.zip |
r15368: Remove some dead code. -- paulg
(This used to be commit e1bd357fe87a66861d092fcdbdde1ff6ffcc8cf2)
-rw-r--r-- | source3/auth/auth_script.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/auth/auth_script.c b/source3/auth/auth_script.c index 722abe3d04..ec7264924c 100644 --- a/source3/auth/auth_script.c +++ b/source3/auth/auth_script.c @@ -140,15 +140,7 @@ static NTSTATUS auth_init_script(struct auth_context *auth_context, const char * return NT_STATUS_OK; } -/* Define this to build static. */ NTSTATUS auth_script_init(void) { return smb_register_auth(AUTH_INTERFACE_VERSION, "script", auth_init_script); } -#if 0 -/* Define this to build shared. */ -NTSTATUS init_module(void) -{ - return smb_register_auth(AUTH_INTERFACE_VERSION, "script", auth_init_script); -} -#endif |