[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. 08ed00124d8b6b445d3b91a9aa15eec638b02f05
Clint Adams
schizo at debian.org
Sun Nov 15 03:16:57 UTC 2009
The following commit has been merged in the upstream branch:
commit b80a37a2779ca65d27ce7b8e50e08913ff8a6a49
Author: Clint Adams <schizo at debian.org>
Date: Sun Oct 17 21:53:37 2004 +0000
Andreas Bochert's --key fix.
* faked.c: patch from Andreas Borchert to fix broken --key
option. closes: #276872.
git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-37
diff --git a/faked.c b/faked.c
index 39fc320..1be92eb 100644
--- a/faked.c
+++ b/faked.c
@@ -1012,6 +1012,7 @@ int main(int argc, char **argv){
while(!msg_key && (msg_key!=-1)) /* values 0 and -1 are treated
specially by libfake */
msg_key=random();
+ }
if(debug)
fprintf(stderr,"using %i as msg key\n",msg_key);
@@ -1051,7 +1052,6 @@ 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)
fprintf(stderr,"msg_key=%i\n",msg_key);
--
fakeroot
More information about the Fakeroot-commits
mailing list