Browse Source

* fixed test compilation after r29388

git-svn-id: trunk@29488 -
Jonas Maebe 10 years ago
parent
commit
02c445fb29
1 changed files with 3 additions and 3 deletions
  1. 3 3
      tests/tbs/tb0524.pp

+ 3 - 3
tests/tbs/tb0524.pp

@@ -62,9 +62,9 @@ begin
 
   with saddr do
     begin
-      family:=af_inet;
-      port:=ntobe(word(6667));
-      addr:=0;
+      sin_family:=af_inet;
+      sin_port:=ntobe(word(6667));
+      sin_addr:=NoAddress;
    end;
 
   if  fpbind(lsock,@saddr,sizeof(saddr))<>0 then