mirror of
https://github.com/samba-team/samba.git
synced 2025-10-28 03:33:13 +03:00
r9490: Fix typo
Andrew Bartlett
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
f12ab6a9d3
commit
093b98b5b5
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user