]> git.pld-linux.org Git - packages/cipe.git/blame - cipe-pkcipe-real-peer.patch
- invoke fix-info-dir via /sbin/postshell where possible to avoid extra /bin/sh dep
[packages/cipe.git] / cipe-pkcipe-real-peer.patch
CommitLineData
a21533ef 1--- cipe-1.5.2/pkcipe/main.c Fri Jan 5 00:04:38 2001
108a4d46
SZ
2+++ cipe-1.5.2-p/pkcipe/main.c Sun May 5 22:11:40 2002
3@@ -270,6 +270,7 @@
a21533ef
SZ
4 sa.sin_addr.s_addr=htonl(INADDR_ANY);
5 }
6 Log(LOG_INFO, "connect from %s", inet_ntoa(sa.sin_addr));
108a4d46 7+ setenv("real_peer", inet_ntoa(sa.sin_addr), 1);
a21533ef
SZ
8 return doFD(0, or ? ra.sin_addr : sa.sin_addr);
9 }
10 }
This page took 0.051948 seconds and 4 git commands to generate.