projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[DNSAPI]
[reactos.git]
/
reactos
/
dll
/
win32
/
dnsapi
/
dnsapi
/
query.c
diff --git
a/reactos/dll/win32/dnsapi/dnsapi/query.c
b/reactos/dll/win32/dnsapi/dnsapi/query.c
index
7044fa0
..
a5e2e75
100644
(file)
--- a/
reactos/dll/win32/dnsapi/dnsapi/query.c
+++ b/
reactos/dll/win32/dnsapi/dnsapi/query.c
@@
-346,7
+346,7
@@
CheckForCurrentHostname(CONST CHAR * Name, PFIXED_INFO network_info)
PIP_ADAPTER_ADDRESSES Addresses = NULL, pip;
BOOL Found = FALSE;
PIP_ADAPTER_ADDRESSES Addresses = NULL, pip;
BOOL Found = FALSE;
- if (network_info->DomainName)
+ if (network_info->DomainName
[0]
)
{
size_t StringLength;
size_t TempSize = 2;
{
size_t StringLength;
size_t TempSize = 2;