diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/libsmb/libsmbclient.c | 2 |
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; |