diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-02-21 03:40:20 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-02-21 03:40:20 +0000 |
commit | a8ab9840786b8376283743de8eef861d382b3171 (patch) | |
tree | b0724235c8223e11e1287f0b542bf9f2bd28ef1e /source3/libsmb/libsmbclient.c | |
parent | 518f2fc391266c2f9b9cfc8b485a8e57ce359be8 (diff) | |
download | samba-a8ab9840786b8376283743de8eef861d382b3171.tar.gz samba-a8ab9840786b8376283743de8eef861d382b3171.tar.xz samba-a8ab9840786b8376283743de8eef861d382b3171.zip |
the unicode conversion of our client code is complete enough to be
enabled by default
you can disable it by setting the environment variable CLI_FORCE_ASCII
(This used to be commit 4d59c08c5e6f54c0d6ced7650750cb987e77b6c9)
Diffstat (limited to 'source3/libsmb/libsmbclient.c')
-rw-r--r-- | source3/libsmb/libsmbclient.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/libsmb/libsmbclient.c b/source3/libsmb/libsmbclient.c index 1444e5883a6..bc400d5b8df 100644 --- a/source3/libsmb/libsmbclient.c +++ b/source3/libsmb/libsmbclient.c @@ -1575,11 +1575,8 @@ int smbc_opendir(const char *fname) /* find the name of the server ... */ if (!name_status_find(0, rem_ip, server)) { - - fprintf(stderr, "Could not get the name of local master browser ...\n"); errno = EINVAL; return -1; - } /* @@ -1637,11 +1634,8 @@ int smbc_opendir(const char *fname) /*cli_get_backup_server(my_netbios_name, server, buserver, sizeof(buserver)); */ if (!name_status_find(0, rem_ip, buserver)) { - - fprintf(stderr, "Could not get name of local master browser ...\n"); errno = EPERM; /* FIXME, is this correct */ return -1; - } /* |