diff options
Diffstat (limited to 'source/client/client.c')
-rw-r--r-- | source/client/client.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source/client/client.c b/source/client/client.c index c4f763db778..436b0c3c7c1 100644 --- a/source/client/client.c +++ b/source/client/client.c @@ -4104,6 +4104,12 @@ static void usage(char *pname) } else return(1); } + + if ((p=strchr(query_host,'#'))) { + *p = 0; + p++; + sscanf(p, "%x", &name_type); + } if (*query_host && !nt_domain_logon) { |