[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. debian/1.14.3-200-gb232f8a

Clint Adams schizo at debian.org
Tue Aug 23 13:05:30 UTC 2011


The following commit has been merged in the upstream branch:
commit 3d90fbfcd3f5399e1ced74138fb1b36bf17d7485
Author: Clint Adams <schizo at debian.org>
Date:   Sun Oct 17 22:05:57 2004 +0000

    fix tcp breakage from previous patch
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-38

diff --git a/faked.c b/faked.c
index 1be92eb..6e74edd 100644
--- a/faked.c
+++ b/faked.c
@@ -1051,6 +1051,7 @@ int main(int argc, char **argv){
 
     if (bind(sd, (struct sockaddr *) &addr, sizeof (addr)) < 0)
       fail("bind");
+  }
 #endif /* FAKEROOT_FAKENET */
 #ifndef FAKEROOT_FAKENET
   if(debug)

-- 
fakeroot



More information about the Fakeroot-commits mailing list