libt2n: (tomj) don't use std::auto_ptr in command_client, the pointer will get lost...
[libt2n] / test / timeout.cpp
index e194b85..5156869 100644 (file)
@@ -512,6 +512,7 @@ class test_timeout : public TestFixture
 
                 // bail out as soon as we get something
                 ss.fill_buffer(-1);
+                ss.fill_buffer(-1);
                 // don't call atexit and stuff
                 _exit(0);
             }