1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r9490: Fix typo

Andrew Bartlett
(This used to be commit 093b98b5b5)
This commit is contained in:
Andrew Bartlett 2005-08-22 22:33:58 +00:00 committed by Gerald (Jerry) Carter
parent ab5bd6a41d
commit 115945faca

View File

@ -151,7 +151,7 @@ BOOL dcesrv_auth_auth3(struct dcesrv_call_state *call)
DEBUG(1, ("Failed to establish session_info: %s\n", nt_errstr(status)));
return False;
}
/* Now that we are authenticated, got back to the generic session key... */
/* Now that we are authenticated, go back to the generic session key... */
dce_conn->auth_state.session_key = dcesrv_generic_session_key;
return True;
} else {