1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r18175: Forgot to call asn1_free() in previous commit.

Guenther
(This used to be commit af3779a516)
This commit is contained in:
Günther Deschner 2006-09-06 13:13:12 +00:00 committed by Gerald (Jerry) Carter
parent 4bc83e60de
commit 171a5cd5c0

View File

@ -160,6 +160,7 @@ static int send_cldap_netlogon(int sock, const char *domain,
if (write(sock, data.data, data.length) != (ssize_t)data.length) {
DEBUG(2,("failed to send cldap query (%s)\n", strerror(errno)));
asn1_free(&data);
return -1;
}