mirror of
https://github.com/samba-team/samba.git
synced 2025-11-02 20:23:50 +03:00
r3269: fixed return value
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
5352613342
commit
bc392d88b1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user