Sorry, the type system warns you that you're getting a string back from server.execute (it should be "OK" in that case) and that you're not doing anything with it. You must be explicit that you don't care about it: add ignore(...) around server.execute(...) or put "reply=" just before it.
------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
