1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-21 18:04:06 +03:00

s4:smb_server: Fix code spelling

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andreas Schneider 2023-08-03 15:35:35 +02:00 committed by Andrew Bartlett
parent 5a0201e8b4
commit e1da1fc9d9
2 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ static NTSTATUS get_challenge(struct smbsrv_connection *smb_conn, uint8_t buff[8
{
NTSTATUS nt_status;
/* muliple negprots are not premitted */
/* multiple negprots are not premitted */
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;

View File

@ -119,7 +119,7 @@ struct smbsrv_session {
} statistics;
};
/* we need a forward declaration of the ntvfs_ops strucutre to prevent
/* we need a forward declaration of the ntvfs_ops structure to prevent
include recursion */
struct ntvfs_context;
@ -373,7 +373,7 @@ struct smbsrv_connection {
bool nt_status_support;
} config;
/* some statictics for the management tools */
/* some statistics for the management tools */
struct {
/* the time when the client connects */
struct timeval connect_time;