diff options
author | Miles Bader <miles@gnu.org> | 1995-09-29 22:46:04 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-09-29 22:46:04 +0000 |
commit | 27aa5009fb27ae3b592e4c2160a298a0b45184a5 (patch) | |
tree | d45b1a5885be2c467e7adafe3c8d2ffbaa492625 | |
parent | 222c4ac678cfb020635cb113e438ab04d6ea4aef (diff) |
(fshelp_transbox_init): Initialize the flags field.
-rw-r--r-- | libfshelp/transbox-init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libfshelp/transbox-init.c b/libfshelp/transbox-init.c index 0be6e5ce..1945a57d 100644 --- a/libfshelp/transbox-init.c +++ b/libfshelp/transbox-init.c @@ -27,6 +27,7 @@ fshelp_transbox_init (struct transbox *transbox, void *cookie) { transbox->active = MACH_PORT_NULL; + transbox->flags = 0; transbox->lock = lock; condition_init (&transbox->wakeup); transbox->cookie = cookie; |