diff options
Diffstat (limited to 'libports/begin-rpc.c')
-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; |