diff options
author | cinap_lenrek <cinap_lenrek@rei2.9hal> | 2012-02-13 05:56:47 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@rei2.9hal> | 2012-02-13 05:56:47 +0100 |
commit | c9f5d14ea6948355e760bb55b281640a3ebbca55 (patch) | |
tree | 098ae11b1e19ef19848e6aca1539c8dbeef25fc7 /sys/src/9/ip | |
parent | 84b8be31d0c9c613d3c98e8db58dd5861ae58cac (diff) |
ip: fix missing poperror (from applied/netlogpoperror)
Diffstat (limited to 'sys/src/9/ip')
-rw-r--r-- | sys/src/9/ip/netlog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/ip/netlog.c b/sys/src/9/ip/netlog.c index 889b4039b..afce44d0d 100644 --- a/sys/src/9/ip/netlog.c +++ b/sys/src/9/ip/netlog.c @@ -200,6 +200,7 @@ netlogctl(Fs *f, char* s, int n) else f->alog->iponlyset = 1; free(cb); + poperror(); return; default: |