[Gs-commits] Triton Repository branch, master, updated. 157bbdfc15eb02caff6b61e990e51232fbe25463
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Triton Repository". The branch, master has been updated via 157bbdfc15eb02caff6b61e990e51232fbe25463 (commit) from b8e3a58ae87d48de71cf52c07016931e38337e44 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 157bbdfc15eb02caff6b61e990e51232fbe25463 Author: Phil Carns <[email protected]> Date: Fri Mar 5 16:54:40 2010 -0500 fix warning preventing compilation ----------------------------------------------------------------------- Summary of changes: code/src/remote/message.ae | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Diff of changes: diff --git a/code/src/remote/message.ae b/code/src/remote/message.ae index 1fdbba9..d00b31c 100644 --- a/code/src/remote/message.ae +++ b/code/src/remote/message.ae @@ -71,7 +71,7 @@ __blocking triton_ret_t aer_message_sendrecv(triton_node_t dest, aer_message_t *recv) { triton_msg_tag_t tag = ae_remote_next_tag(); - triton_ret_t recv_ret, send_ret; + triton_ret_t recv_ret = TRITON_ERR_UNKNOWN, send_ret = TRITON_ERR_UNKNOWN; /* TODO: timeout/retry.. */ pwait hooks/post-receive -- Triton Repository
participants (1)
-
noreply@mcs.anl.gov