lcore.org gitweb
/
lcore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40b538b
)
fix screwup in previous commit
author
plugwash
<plugwash@p10link.net>
Mon, 13 Apr 2009 00:16:07 +0000
(
00:16
+0000)
committer
plugwash
<plugwash@p10link.net>
Mon, 13 Apr 2009 00:16:07 +0000
(
00:16
+0000)
git-svn-id: file:///svnroot/lcore/trunk@46
b1de8a11
-f9be-4011-bde0-
cc7ace90066a
dnswin.pas
patch
|
blob
|
history
diff --git
a/dnswin.pas
b/dnswin.pas
index 573c888a76c8a83369bfc0366d3b46ca63e87962..9f66cda0dcafa3e6876aafe349a4107fcefda00e 100755
(executable)
--- a/
dnswin.pas
+++ b/
dnswin.pas
@@
-233,7
+233,7
@@
var
getnameinforesult : integer;
\r
begin
\r
\r
- makeinaddrv(
sa,ip
);
+ makeinaddrv(
ip,'1',sa
);
populateprocvars;
\r
setlength(result,1025);
\r
getnameinforesult := getnameinfo(@sa,sizeof(tinetsockaddrv),pchar(result),length(result),nil,0,0);
\r