mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
parent
1060f6b3f6
commit
c061e9089f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user