summaryrefslogtreecommitdiff
path: root/net/samba/patches/patch-al
blob: 229be0f60a1e749c942e3bb0efb36fecfa7e6e9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-al,v 1.5 2007/02/11 18:39:04 tron Exp $

--- sam/idmap_ad.c.orig	2007-02-04 18:59:23.000000000 +0000
+++ sam/idmap_ad.c	2007-02-11 15:47:12.000000000 +0000
@@ -32,8 +32,6 @@
 
 #define WINBIND_CCACHE_NAME "MEMORY:winbind_ccache"
 
-NTSTATUS init_module(void);
-
 static ADS_STRUCT *ad_idmap_ads = NULL;
 
 static char *attr_uidnumber = NULL;
@@ -373,7 +371,7 @@
 
 
 /* support for new authentication subsystem */
-NTSTATUS init_module(void)
+NTSTATUS idmap_ad_init(void)
 {
 	return smb_register_idmap(SMB_IDMAP_INTERFACE_VERSION, "ad", &ad_methods);
 }