summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2017-07-24 16:12:45 -0700
committerKarolin Seeger <kseeger@samba.org>2017-08-17 10:38:22 +0200
commiteb2d10df8ad7ed80de8c83e03618ae6624cb03cf (patch)
tree0ccf2b5e62c2812a45ed962921b1e95579a52acb /source3/include
parent301044e10640aa6ce4867c28fc61aed889fbb611 (diff)
downloadsamba-eb2d10df8ad7ed80de8c83e03618ae6624cb03cf.tar.gz
s3: clients: Use netlogon_creds_cli_close_global_db() in all normal exit paths.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12932 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> (cherry picked from commit dbd32932463935cd47c55a9e1afdaccd7f6daf4d)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/includes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index e82bfad4147..58bfaa719a1 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -317,6 +317,7 @@ typedef char fstring[FSTRING_LEN];
#include "../libcli/util/ntstatus.h"
#include "../libcli/util/error.h"
+#include "../libcli/auth/netlogon_creds_cli.h"
#include "../lib/util/charset/charset.h"
#include "dynconfig/dynconfig.h"
#include "locking.h"