secur32: GetComputerObjectName should not set domain part of the name if it is NULL.
commitd7430abd406d1f298acb9b2e5a397e11e448f304
authorDmitry Timoshkov <dmitry@baikal.ru>
Tue, 27 Mar 2018 09:06:12 +0000 (27 17:06 +0800)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 27 Mar 2018 14:58:26 +0000 (27 16:58 +0200)
treeb59812da7daf7856557f81779df835e72474a90b
parent034e88e038e8114ec31261d88dece1e2691185fb
secur32: GetComputerObjectName should not set domain part of the name if it is NULL.

LsaQueryInformationPolicy(PolicyDnsDomainInformation) sets both Name and
DnsDomainName to NULL when hostname is set to a very long name like
"this_is_host.part21.part32.local" and supposedly can't be resolved due
to this.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/secur32/secur32.c