From 86bd884b1e7df91e5c9ee903325beab53d12bb7a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 26 Oct 2004 22:42:43 +0000 Subject: r3269: fixed return value (This used to be commit bc392d88b1fa34edfc922f43e190da003160a7d2) --- source4/auth/auth_winbind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit