--- libaitrpc/example/tsrv.c 2013/07/16 12:44:04 1.11.4.3 +++ libaitrpc/example/tsrv.c 2013/07/16 12:55:06 1.11.4.4 @@ -104,6 +104,7 @@ sig(int s) case SIGINT: rpc_srv_endBLOBServer(srv); rpc_srv_endServer(&srv); + exit(0); break; } }