From 14dd75d181293fa5335184d2d836834a42edcbb4 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 22 Mar 2004 22:49:40 +0000 Subject: bug 1195: add flag to ADS_STRUCT so we know who owns the main structure's memory (not the members though) (This used to be commit 4449e0e251190b741f51348819669453f0758f36) --- source3/include/ads.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include') diff --git a/source3/include/ads.h b/source3/include/ads.h index 65a5ade556..5ae577efe7 100644 --- a/source3/include/ads.h +++ b/source3/include/ads.h @@ -10,6 +10,8 @@ typedef struct { time_t last_attempt; /* last attempt to reconnect */ int ldap_port; + int is_mine; /* do I own this structure's memory? */ + /* info needed to find the server */ struct { char *realm; -- cgit