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

r15696: Free LDAP search result.

Guenther
(This used to be commit ec26c355b3)
This commit is contained in:
Günther Deschner 2006-05-18 15:08:09 +00:00 committed by Gerald (Jerry) Carter
parent c4d4e8dd31
commit e129dc40f7

View File

@ -2422,6 +2422,8 @@ ADS_STATUS ads_current_time(ADS_STRUCT *ads)
DEBUG(4,("time offset is %d seconds\n", ads->auth.time_offset));
}
ads_msgfree(ads, res);
status = ADS_SUCCESS;
done: