--- gvpe/src/sockinfo.C 2005/03/07 01:31:26 1.17 +++ gvpe/src/sockinfo.C 2005/03/18 01:53:05 1.19 @@ -23,8 +23,6 @@ #include -#include "gettext.h" - #include "sockinfo.h" #include "slog.h" @@ -65,7 +63,7 @@ { if (prot_ == PROT_DNSv4) { - host = 0x01010101; port = htons (conf->id); prot = prot_; + host = htonl (conf->id); port = 0; prot = prot_; } else set (conf->hostname,