mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
Correct "cleint" typos.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
This commit is contained in:
parent
06df7ae927
commit
1134f4f177
@ -867,7 +867,7 @@ void reply_tcon_and_X(struct smb_request *req)
|
||||
connection_struct *conn = req->conn;
|
||||
const char *service = NULL;
|
||||
TALLOC_CTX *ctx = talloc_tos();
|
||||
/* what the cleint thinks the device is */
|
||||
/* what the client thinks the device is */
|
||||
char *client_devicetype = NULL;
|
||||
/* what the server tells the client the share represents */
|
||||
const char *server_devicetype;
|
||||
|
@ -750,7 +750,7 @@ static NTSTATUS gensec_krb5_session_info(struct gensec_security *gensec_security
|
||||
|
||||
ret = krb5_ticket_get_client(context, gensec_krb5_state->ticket, &client_principal);
|
||||
if (ret) {
|
||||
DEBUG(5, ("krb5_ticket_get_client failed to get cleint principal: %s\n",
|
||||
DEBUG(5, ("krb5_ticket_get_client failed to get client principal: %s\n",
|
||||
smb_get_krb5_error_message(context,
|
||||
ret, tmp_ctx)));
|
||||
talloc_free(tmp_ctx);
|
||||
|
Loading…
Reference in New Issue
Block a user