1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

s3:librpc: Fix code spelling

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andreas Schneider 2023-07-13 08:47:11 +02:00 committed by Andreas Schneider
parent 7f033268c8
commit f64add9947
2 changed files with 2 additions and 2 deletions

View File

@ -1305,7 +1305,7 @@ static NTSTATUS gensec_gse_session_info(struct gensec_security *gensec_security,
&pac_blob); &pac_blob);
/* IF we have the PAC - otherwise we need to get this /* IF we have the PAC - otherwise we need to get this
* data from elsewere * data from elsewhere
*/ */
if (NT_STATUS_IS_OK(nt_status)) { if (NT_STATUS_IS_OK(nt_status)) {
pac_blob_ptr = &pac_blob; pac_blob_ptr = &pac_blob;

View File

@ -33,7 +33,7 @@
* *
* @param mem_ctx The memory context the blob will be allocated on * @param mem_ctx The memory context the blob will be allocated on
* @param ptype The DCERPC packet type * @param ptype The DCERPC packet type
* @param pfc_flags The DCERPC PFC Falgs * @param pfc_flags The DCERPC PFC Flags
* @param auth_length The length of the trailing auth blob * @param auth_length The length of the trailing auth blob
* @param call_id The call ID * @param call_id The call ID
* @param u The payload of the packet * @param u The payload of the packet