1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-14 01:57:53 +03:00
samba-mirror/packaging/SuSE/samba3-3.0.0-pdb.diff
John Terpstra 4bf0167024 Updating SuSE build files for Samba3
(This used to be commit 934fefa688fe735e2287c701ed8f913fc6147447)
2003-08-12 01:30:40 +00:00

14 lines
381 B
Diff

--- examples/pdb/pdb_test.c 26 Sep 2002 18:37:54 -0000 1.1.2.3
+++ examples/pdb/pdb_test.c 22 Apr 2003 20:06:31 -0000
@@ -142,8 +142,6 @@
int init_module(void);
int init_module() {
- if(smb_register_passdb("testsam", testsam_init, PASSDB_INTERFACE_VERSION))
- return 0;
-
- return 1;
+ smb_register_passdb(PASSDB_INTERFACE_VERSION, "testsam", testsam_init);
+ return True;
}