]> git.pld-linux.org Git - packages/cvsnt.git/commitdiff
- server connects with lockserver via localhost address, so don't bind server to ::1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 8 Nov 2008 22:56:31 +0000 (22:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvsnt-lock.patch -> 1.1

cvsnt-lock.patch [new file with mode: 0644]

diff --git a/cvsnt-lock.patch b/cvsnt-lock.patch
new file mode 100644 (file)
index 0000000..a1a5653
--- /dev/null
@@ -0,0 +1,11 @@
+--- cvsnt-2.5.04.3236/lockservice/server.cpp~  2007-11-22 07:32:22.000000000 +0100
++++ cvsnt-2.5.04.3236/lockservice/server.cpp   2008-11-08 23:50:42.297635327 +0100
+@@ -254,7 +254,7 @@
+       {
+               printf("Initialising socket...\n");
+       }
+-#if defined( __HP_aCC ) && defined ( __ia64 )
++#if 1
+       if(!listen_sock.create("127.0.0.1",szLockServer,local_only?true:false))
+ #else
+       if(!listen_sock.create(NULL,szLockServer,local_only?true:false))
This page took 0.037983 seconds and 4 git commands to generate.