summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-10-26 22:42:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:04:48 -0500
commit86bd884b1e7df91e5c9ee903325beab53d12bb7a (patch)
tree5a1c98b3d86f36b4dbb690e6baa930886b646d37 /source4
parent731e64cdcfebd39ac32aa87d34dcf511caeda57f (diff)
downloadsamba-86bd884b1e7df91e5c9ee903325beab53d12bb7a.tar.gz
samba-86bd884b1e7df91e5c9ee903325beab53d12bb7a.tar.bz2
samba-86bd884b1e7df91e5c9ee903325beab53d12bb7a.zip
r3269: fixed return value
(This used to be commit bc392d88b1fa34edfc922f43e190da003160a7d2)
Diffstat (limited to 'source4')
-rw-r--r--source4/auth/auth_winbind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/auth_winbind.c b/source4/auth/auth_winbind.c
index deada025d8..1bc4ecbc9f 100644
--- a/source4/auth/auth_winbind.c
+++ b/source4/auth/auth_winbind.c
@@ -124,6 +124,6 @@ NTSTATUS auth_winbind_init(void)
if (!NT_STATUS_IS_OK(ret)) {
DEBUG(0,("Failed to register '%s' auth backend!\n",
ops.name));
- return ret;
}
+ return ret;
}