mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
r9490: Fix typo
Andrew Bartlett (This used to be commit 093b98b5b51d21cce9b2fdeab3d4113bfd96da41)
This commit is contained in:
parent
ab5bd6a41d
commit
115945faca
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user