commit | 6e7d4d2d7d6f2cc1279973e4f053e852c4c78f0f | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Tue Jan 15 18:18:18 2013 -0800 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Tue Jan 15 18:20:27 2013 -0800 |
tree | 565d914ba8cfa295353967be0b1e82c1c178bb21 | |
parent | 49ab6f8dc74d02309ac5b578d1bf28b3ce73f88c [diff] [blame] |
sync core works except for simultaneous changes; that will cause CcnxOperationException in CcnxWrapper; this is suspicious, not related to sync core's logic
diff --git a/src/ccnx-wrapper.cpp b/src/ccnx-wrapper.cpp index c818cd2..5580b03 100644 --- a/src/ccnx-wrapper.cpp +++ b/src/ccnx-wrapper.cpp
@@ -105,6 +105,7 @@ catch (CcnxOperationException &e) { // do not try reconnect for now + cout << *get_error_info<errmsg_info_str> (e) << endl; throw e; /* m_connected = false;