projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Lots of clean-ups and simplifications
[invirt/third/libt4.git]
/
rsm_client.cc
diff --git
a/rsm_client.cc
b/rsm_client.cc
index
9beb0b3
..
eed356f
100644
(file)
--- a/
rsm_client.cc
+++ b/
rsm_client.cc
@@
-29,7
+29,7
@@
void rsm_client::primary_failure() {
}
rsm_protocol::status rsm_client::invoke(int proc, std::string req, std::string &rep) {
- int ret;
+ int ret = 0;
lock ml(rsm_client_mutex);
while (1) {
printf("rsm_client::invoke proc %x primary %s\n", proc, primary.c_str());