1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r14424: another empty controls case

This commit is contained in:
Andrew Tridgell 2006-03-15 05:31:51 +00:00 committed by Gerald (Jerry) Carter
parent 9787fb8e91
commit 7d0eb678bf

View File

@ -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)) {
return False;