]> git.pld-linux.org Git - packages/cvsnt.git/commitdiff
- typo (thx baggins)
authorpawelz <pawelz@pld-linux.org>
Mon, 8 Dec 2008 11:05:15 +0000 (11:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvsnt-ipvflags.patch -> 1.2

cvsnt-ipvflags.patch

index cb8331898e1ddd01c480a05f7fb8fd32d7732369..440d3f84880c7de51c55aaac02dd62bb5b2222da 100644 (file)
@@ -45,7 +45,7 @@ diff -Naur cvsnt-2.5.04.3236.orig/cvsapi/unix/SocketIO.cpp cvsnt-2.5.04.3236.ipv
 +          hint.ai_family=PF_INET;
 +          break;
 +        case 6:
-+          hint.ai_family=PF_INET;
++          hint.ai_family=PF_INET6;
 +          break;
 +        default:
 +          // check for installed IPv6 stack this may speed up getaddrinfo()
This page took 0.110892 seconds and 4 git commands to generate.