summaryrefslogtreecommitdiff
path: root/source3/libsmb/namequery.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2004-03-13 00:28:53 +0000
committerJeremy Allison <jra@samba.org>2004-03-13 00:28:53 +0000
commitfd2d4f87d440f24df0adc4cc29f22051536b0dee (patch)
tree1013336177f8163a9a62571658bac3737f64c0a3 /source3/libsmb/namequery.c
parent220d663b744107e03a278b564f4e00712a6fcffe (diff)
downloadsamba-fd2d4f87d440f24df0adc4cc29f22051536b0dee.tar.gz
samba-fd2d4f87d440f24df0adc4cc29f22051536b0dee.tar.bz2
samba-fd2d4f87d440f24df0adc4cc29f22051536b0dee.zip
First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) to
fix up netbios names with mb strings. Includes reformat of libsmb/nmblib.c so it's readable. Jeremy. (This used to be commit 966e49a48c352563cdd7f75fe2768f2d6612ec7e)
Diffstat (limited to 'source3/libsmb/namequery.c')
-rw-r--r--source3/libsmb/namequery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/namequery.c b/source3/libsmb/namequery.c
index 8bde6d37ea..b6d1f8bda2 100644
--- a/source3/libsmb/namequery.c
+++ b/source3/libsmb/namequery.c
@@ -202,7 +202,7 @@ BOOL name_status_find(const char *q_name, int q_type, int type, struct in_addr t
if (i == count)
goto done;
- pull_ascii(name, status[i].name, 16, 15, STR_TERMINATE);
+ pull_ascii_nstring(name, status[i].name);
/* Store the result in the cache. */
/* but don't store an entry for 0x1c names here. Here we have