Everytime we use rpc_connect_async() internally, make sure we clear the ->connect_cb...
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Sun, 9 Oct 2011 08:47:07 +0000 (19:47 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Sun, 9 Oct 2011 08:47:07 +0000 (19:47 +1100)
commit14a062eb59e6650a8a7d729149c13fd568525a51
treeac91868521d6d6b00a5c8244ad09214c2ab07629
parenta3d44462cb5b10be80d622b964aabd12b212442a
Everytime we use rpc_connect_async() internally, make sure we clear the ->connect_cb so that we dont have a callback function and "private data" being invoked long after the "private data" structure has been free()d.
lib/libnfs.c