1
0
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:
Andrew Bartlett
2005-08-22 22:33:58 +00:00
committed by Gerald (Jerry) Carter
parent f12ab6a9d3
commit 093b98b5b5

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 {