mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r5930: Fix initialisation of dcerpc_binding->authservice
(This used to be commit f8cf161e0e
)
This commit is contained in:
parent
13b0776f60
commit
b7676c4b48
@ -335,6 +335,8 @@ NTSTATUS dcerpc_parse_binding(TALLOC_CTX *mem_ctx, const char *s, struct dcerpc_
|
||||
return NT_STATUS_NO_MEMORY;
|
||||
}
|
||||
|
||||
b->authservice = NULL;
|
||||
|
||||
p = strchr(s, '@');
|
||||
|
||||
if (p && PTR_DIFF(p, s) == 36) { /* 36 is the length of a UUID */
|
||||
|
Loading…
Reference in New Issue
Block a user