mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
s4:smb_server: Fix code spelling
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
4b03aabe45
commit
783f09cc37
@ -35,7 +35,7 @@ static NTSTATUS get_challenge(struct smbsrv_connection *smb_conn, uint8_t buff[8
|
||||
{
|
||||
NTSTATUS nt_status;
|
||||
|
||||
/* multiple negprots are not premitted */
|
||||
/* multiple negprots are not permitted */
|
||||
if (smb_conn->negotiate.auth_context) {
|
||||
DEBUG(3,("get challenge: is this a secondary negprot? auth_context is non-NULL!\n"));
|
||||
return NT_STATUS_FOOBAR;
|
||||
|
Loading…
x
Reference in New Issue
Block a user