summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-11-15 00:45:48 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-11-15 03:14:23 +0100
commite422c2a4a5f491fa6227decbff38445c2e191140 (patch)
tree54e622439453194a9090328867ebc34e32bb6c8a /source4
parent02d320394fbe485ec706601c3edda7d90c8222da (diff)
downloadsamba-e422c2a4a5f491fa6227decbff38445c2e191140.tar.gz
samba-e422c2a4a5f491fa6227decbff38445c2e191140.tar.bz2
samba-e422c2a4a5f491fa6227decbff38445c2e191140.zip
auth/ntlm: Use name consistent with other service names.
Diffstat (limited to 'source4')
-rw-r--r--source4/auth/ntlm/wscript_build2
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',