mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +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:
parent
7f033268c8
commit
f64add9947
@ -1305,7 +1305,7 @@ static NTSTATUS gensec_gse_session_info(struct gensec_security *gensec_security,
|
||||
&pac_blob);
|
||||
|
||||
/* IF we have the PAC - otherwise we need to get this
|
||||
* data from elsewere
|
||||
* data from elsewhere
|
||||
*/
|
||||
if (NT_STATUS_IS_OK(nt_status)) {
|
||||
pac_blob_ptr = &pac_blob;
|
||||
|
@ -33,7 +33,7 @@
|
||||
*
|
||||
* @param mem_ctx The memory context the blob will be allocated on
|
||||
* @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 call_id The call ID
|
||||
* @param u The payload of the packet
|
||||
|
Loading…
x
Reference in New Issue
Block a user