diff options
| -rw-r--r-- | CHANGES | 2 | ||||
| -rw-r--r-- | emu/port/devip.c | 3 | ||||
| -rw-r--r-- | include/version.h | 2 |
3 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,5 @@ +20120820 + emu/port/devip.c reset headers flag in Conv 20120725 increase KSTACK for Linux/arm 20120615 diff --git a/emu/port/devip.c b/emu/port/devip.c index 85088018..3fef0829 100644 --- a/emu/port/devip.c +++ b/emu/port/devip.c @@ -1011,6 +1011,7 @@ protoclone(Proto *p, char *user, int nfd) c->lport = 0; c->rport = 0; c->restricted = 0; + c->headers = 0; c->sfd = nfd; if(nfd == -1) c->sfd = so_socket(p->stype); @@ -1066,7 +1067,9 @@ Dev ipdevtab = { 'I', "ip", + devreset, ipinit, + devshutdown, ipattach, ipwalk, ipstat, diff --git a/include/version.h b/include/version.h index fef198c1..c741b72d 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define VERSION "Fourth Edition (20120725)" +#define VERSION "Fourth Edition (20120820)" |
