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:
committed by
Gerald (Jerry) Carter
parent
a42d0eb531
commit
9b256a0ca2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user