aboutsummaryrefslogtreecommitdiff
path: root/src/libventi/fcall.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-06-17 18:51:50 +0000
committerrsc <devnull@localhost>2004-06-17 18:51:50 +0000
commit7cb748941ecffdd66630ba463080cf44fcb62161 (patch)
tree2372759d9836da41b3317cc3a3feb66613c94142 /src/libventi/fcall.c
parent503f601cb052dc04b9e4e9e91f8e877f00c6b571 (diff)
downloadplan9port-7cb748941ecffdd66630ba463080cf44fcb62161.tar.gz
plan9port-7cb748941ecffdd66630ba463080cf44fcb62161.tar.bz2
plan9port-7cb748941ecffdd66630ba463080cf44fcb62161.zip
little bug fixes
Diffstat (limited to 'src/libventi/fcall.c')
-rw-r--r--src/libventi/fcall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libventi/fcall.c b/src/libventi/fcall.c
index ace8962a..9e2fefa4 100644
--- a/src/libventi/fcall.c
+++ b/src/libventi/fcall.c
@@ -226,5 +226,5 @@ vtfcallclear(VtFcall *f)
vtfree(f->auth);
f->auth = nil;
packetfree(f->data);
- f->auth = nil;
+ f->data = nil;
}