summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-12-27 21:47:16 +0000
committerMiles Bader <miles@gnu.org>1995-12-27 21:47:16 +0000
commitdafe0d3a58cf7f312990f62e8e5388508df9f46e (patch)
tree566053d03a9de3653e0c942c6c14925890ecaffd
parentb815fe0a4b061cf4e83be6ec8a37adde2a9ccf4e (diff)
(ports_begin_rpc): Initialize the notifies field.
-rw-r--r--libports/begin-rpc.c1
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;