cetcd icon indicating copy to clipboard operation
cetcd copied to clipboard

fix two bugs

Open wentianxiaokai opened this issue 6 years ago • 0 comments

"1,fix the bug in cetcd.c:397,modify 'if(watcher->index){' to 'if(index){',so the modified index can increase;2,fix the bug in cetcd.c:509 in the function of cetcd_multi_watch_async,the variable 'pthread_t thread' should be imported as a parameter like 'pthread_t * thread' which is mallocd by the user,so it can be use when function cetcd_multi_watch_async ended.Nor it will core.

wentianxiaokai avatar Sep 04 '18 11:09 wentianxiaokai