auth/ntlm: Use name consistent with other service names.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 14 Nov 2010 23:45:48 +0000 (00:45 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 15 Nov 2010 02:14:23 +0000 (03:14 +0100)
source4/auth/ntlm/wscript_build

index 3dc9b970547830a1953bb8d91654a5863fa9cd59..8063076b66bf1e3009247ef875cf5ee05d57eda5 100644 (file)
@@ -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',