summaryrefslogtreecommitdiffstats
path: root/source/rpcclient
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-10-03 01:45:51 +0000
committerJeremy Allison <jra@samba.org>2001-10-03 01:45:51 +0000
commit9f5405d425b2391ccddd919835c9c07cf4b9bf16 (patch)
tree611fab919a75a4c0428904947568dded8b067bfd /source/rpcclient
parent9333bbeb7627c8b21a3eaeae1683c34e17d14bf0 (diff)
downloadsamba-9f5405d425b2391ccddd919835c9c07cf4b9bf16.tar.gz
samba-9f5405d425b2391ccddd919835c9c07cf4b9bf16.tar.xz
samba-9f5405d425b2391ccddd919835c9c07cf4b9bf16.zip
Incorrect definition of debugf.
Jeremy.
Diffstat (limited to 'source/rpcclient')
-rw-r--r--source/rpcclient/rpcclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rpcclient/rpcclient.c b/source/rpcclient/rpcclient.c
index 1dc0255296b..a9998dd97d8 100644
--- a/source/rpcclient/rpcclient.c
+++ b/source/rpcclient/rpcclient.c
@@ -22,7 +22,7 @@
#include "includes.h"
-extern fstring debugf;
+extern pstring debugf;
DOM_SID domain_sid;