bug during terminal shutdown fixed

This commit is contained in:
Martin Sustrik
2009-09-02 14:59:53 +02:00
parent 702fdbb5dd
commit f92de9b2a9
7 changed files with 41 additions and 17 deletions

View File

@@ -63,5 +63,8 @@ int main (int argc, char *argv [])
sleep (10);
rc = zmq_term (ctx);
assert (rc == 0);
return 0;
}