diff --git a/test/p2p/offerer.cpp b/test/p2p/offerer.cpp index 85a77eb..1157c60 100644 --- a/test/p2p/offerer.cpp +++ b/test/p2p/offerer.cpp @@ -125,10 +125,6 @@ int main(int argc, char **argv) { while (message.length() == 0) getline(cin, message); dc->send(message); - if (dc) - dc->close(); - if (pc) - pc->close(); break; default: