lib: make debug_dsdcinfo_flags static
authorVolker Lendecke <vl@samba.org>
Sat, 5 Dec 2015 12:00:07 +0000 (13:00 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 8 Dec 2015 22:01:27 +0000 (23:01 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/include/proto.h
source3/libsmb/dsgetdcname.c

index 9dd08fb70a5e54f2c4a751c5bc76c0b4a3faa344..7d0ba42330e054ade2982376bbfc49f5a21d5fab 100644 (file)
@@ -764,7 +764,6 @@ void flush_negative_conn_cache_for_domain(const char *domain);
 
 struct netr_DsRGetDCNameInfo;
 
-void debug_dsdcinfo_flags(int lvl, uint32_t flags);
 NTSTATUS dsgetdcname(TALLOC_CTX *mem_ctx,
                     struct messaging_context *msg_ctx,
                     const char *domain_name,
index ac3bfd6c112e6692d340c3e4997a87fd435b5cec..d7c9332d8346fd30f9232f99a184469af07d2c8b 100644 (file)
@@ -44,7 +44,7 @@ static NTSTATUS make_dc_info_from_cldap_reply(TALLOC_CTX *mem_ctx,
 /****************************************************************
 ****************************************************************/
 
-void debug_dsdcinfo_flags(int lvl, uint32_t flags)
+static void debug_dsdcinfo_flags(int lvl, uint32_t flags)
 {
        DEBUG(lvl,("debug_dsdcinfo_flags: 0x%08x\n\t", flags));