summaryrefslogtreecommitdiff
path: root/emu/port/devip.c
diff options
context:
space:
mode:
Diffstat (limited to 'emu/port/devip.c')
-rw-r--r--emu/port/devip.c3
1 files changed, 3 insertions, 0 deletions
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,