mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
r14424: another empty controls case
This commit is contained in:
parent
9787fb8e91
commit
7d0eb678bf
@ -137,7 +137,9 @@ static BOOL decode_server_sort_request(void *mem_ctx, DATA_BLOB in, void **out)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
lssc[num] = NULL;
|
if (lssc != NULL) {
|
||||||
|
lssc[num] = NULL;
|
||||||
|
}
|
||||||
|
|
||||||
if (!asn1_end_tag(&data)) {
|
if (!asn1_end_tag(&data)) {
|
||||||
return False;
|
return False;
|
||||||
|
Loading…
Reference in New Issue
Block a user