diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-11-15 00:45:48 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-11-15 03:14:23 +0100 |
commit | e422c2a4a5f491fa6227decbff38445c2e191140 (patch) | |
tree | 54e622439453194a9090328867ebc34e32bb6c8a /source4/auth | |
parent | 02d320394fbe485ec706601c3edda7d90c8222da (diff) | |
download | samba-e422c2a4a5f491fa6227decbff38445c2e191140.tar.gz samba-e422c2a4a5f491fa6227decbff38445c2e191140.tar.bz2 samba-e422c2a4a5f491fa6227decbff38445c2e191140.zip |
auth/ntlm: Use name consistent with other service names.
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/ntlm/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/ntlm/wscript_build b/source4/auth/ntlm/wscript_build index 3dc9b97054..8063076b66 100644 --- a/source4/auth/ntlm/wscript_build +++ b/source4/auth/ntlm/wscript_build @@ -61,7 +61,7 @@ bld.SAMBA_LIBRARY('auth', private_library=True ) -bld.SAMBA_MODULE('auth_server_service', +bld.SAMBA_MODULE('service_auth', source='auth_server_service.c', subsystem='service', init_function='server_service_auth_init', |