X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=jbsockets.c;h=0517ee08526b02e8d90ff127d6c232cafdd8f4d7;hb=82b3d401f1a12a69483a257c6246641918bd5118;hp=1d618268aa58e9b108826c81ab2e7db08840c415;hpb=9010c20f84067b07de17b51c9a364b7ad34c9d28;p=privoxy.git diff --git a/jbsockets.c b/jbsockets.c index 1d618268..0517ee08 100644 --- a/jbsockets.c +++ b/jbsockets.c @@ -1,4 +1,4 @@ -const char jbsockets_rcs[] = "$Id: jbsockets.c,v 1.122 2013/03/01 17:40:01 fabiankeil Exp $"; +const char jbsockets_rcs[] = "$Id: jbsockets.c,v 1.123 2013/03/06 21:06:18 diem Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/jbsockets.c,v $ @@ -1072,7 +1072,7 @@ void get_host_information(jb_socket afd, char **ip_address, char **port, * configured with --disable-ipv6-support. * The proper fix is to not use NI_MAXSERV in * that case. It works by accident on other platforms - * as in included unconditionally there. + * as is included unconditionally there. */ #ifndef NI_MAXSERV #define NI_MAXSERV 32