diff options
author | Miles Bader <miles@gnu.org> | 1995-12-27 21:47:16 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-12-27 21:47:16 +0000 |
commit | dafe0d3a58cf7f312990f62e8e5388508df9f46e (patch) | |
tree | 566053d03a9de3653e0c942c6c14925890ecaffd /libports | |
parent | b815fe0a4b061cf4e83be6ec8a37adde2a9ccf4e (diff) |
(ports_begin_rpc): Initialize the notifies field.
Diffstat (limited to 'libports')
-rw-r--r-- | libports/begin-rpc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libports/begin-rpc.c b/libports/begin-rpc.c index 83cb35b8..e86d8f68 100644 --- a/libports/begin-rpc.c +++ b/libports/begin-rpc.c @@ -71,6 +71,7 @@ ports_begin_rpc (void *portstruct, struct rpc_info *info) /* Record that that an RPC is in progress */ info->thread = hurd_thread_self (); info->next = pi->current_rpcs; + info->notifies = 0; if (pi->current_rpcs) pi->current_rpcs->prevp = &info->next; info->prevp = &pi->current_rpcs; |