1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-02 20:23:50 +03:00

r24937: Merge tests spoolss RPC callbacks.

This commit is contained in:
Jelmer Vernooij
2007-09-03 13:13:25 +00:00
committed by Gerald (Jerry) Carter
parent a42d0eb531
commit 9b256a0ca2
19 changed files with 1083 additions and 1056 deletions

View File

@@ -401,7 +401,7 @@ _PUBLIC_ void nbt_choose_called_name(TALLOC_CTX *mem_ctx,
n->scope = NULL;
n->type = type;
if (is_ipaddress(name)) {
if (is_ipaddress(name) || name == NULL) {
n->name = "*SMBSERVER";
return;
}