summaryrefslogtreecommitdiff
path: root/source3/libsmb/libsmbclient.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2001-11-21 05:19:13 +0000
committerAndrew Bartlett <abartlet@samba.org>2001-11-21 05:19:13 +0000
commitcade2944094b7c2ea9a4d58ebfd364bc3f51ee30 (patch)
treefd5e047474a0645f0c2dec68c0acddf8b09a3e5e /source3/libsmb/libsmbclient.c
parente5c5adb197b29b729598a74929558cc5fcd37ce9 (diff)
downloadsamba-cade2944094b7c2ea9a4d58ebfd364bc3f51ee30.tar.gz
samba-cade2944094b7c2ea9a4d58ebfd364bc3f51ee30.tar.bz2
samba-cade2944094b7c2ea9a4d58ebfd364bc3f51ee30.zip
Fix up the build again...
Andrew Bartlett (This used to be commit a34c07377b1de61e145f699047474a82962ccd5b)
Diffstat (limited to 'source3/libsmb/libsmbclient.c')
-rw-r--r--source3/libsmb/libsmbclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/libsmbclient.c b/source3/libsmb/libsmbclient.c
index 74a42990f7..af2daac3fc 100644
--- a/source3/libsmb/libsmbclient.c
+++ b/source3/libsmb/libsmbclient.c
@@ -1604,7 +1604,7 @@ int smbc_opendir(const char *fname)
if (!name_status_find(0, rem_ip, server)) {
- DEBUG(0, ("Could not get the name of local master browser for server %s\n", server);
+ DEBUG(0, ("Could not get the name of local master browser for server %s\n", server));
errno = EINVAL;
return -1;