> Update: Looks like riocp from libkarma-hg93 doesn't work any more
> with the Ethernet interface: "unable to connect to rio karma"
> I've checked and it is because of this code:
>
> if (karma != 0) {
> fprintf(stderr, "unable to connect to rio karma\n");
> return -1;
> }
>
> which has been (incorrectly) inserted at some point after
> libkarma-0.0.4. It should be removed.
No, it should be changed to
if (karma < 0) {
...
}
--
Bob Copeland %% www.bobcopeland.com
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
linux-karma-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-karma-devel