Bug Report

5 views
Skip to first unread message

Julien Dumont

unread,
Mar 14, 2012, 12:25:45 PM3/14/12
to SpoVNet
Hi dear spoVnet team,

Firstofall, I'd like to report a bug that I've found on the library
ariba.

Here it is, on the void BaseOverlay::stopBootstrapModules() function
present in the BaseOverlay.cpp file,
you have to reverse the order of stop and revoke functions like this :

void BaseOverlay::stopBootstrapModules(){
logging_debug("stopping overlay bootstrap module");
overlayBootstrap.revoke();
overlayBootstrap.stop();
}

If you do not, the Boostrap service is never revoked.

I hope this help !

Bye

Reply all
Reply to author
Forward
0 new messages