1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r14409: quieten warnings

(This used to be commit 2ec2894f72)
This commit is contained in:
Andrew Tridgell 2006-03-15 02:39:05 +00:00 committed by Gerald (Jerry) Carter
parent 1060f6b3f6
commit c061e9089f

View File

@ -572,6 +572,7 @@ static NTSTATUS gensec_start_mech(struct gensec_security *gensec_security)
}
return status;
}
break;
case GENSEC_SERVER:
if (gensec_security->ops->server_start) {
status = gensec_security->ops->server_start(gensec_security);
@ -581,6 +582,7 @@ static NTSTATUS gensec_start_mech(struct gensec_security *gensec_security)
}
return status;
}
break;
}
return NT_STATUS_INVALID_PARAMETER;
}