start by reading
authorCameron Patrick <[email protected]>
Sun, 1 Aug 2004 06:33:17 +0000 (06:33 +0000)
committerCameron Patrick <[email protected]>
Sun, 1 Aug 2004 06:33:17 +0000 (06:33 +0000)
sql-edition/servers/LATClient.py

index f1a9ca0..ffa8963 100644 (file)
@@ -93,6 +93,7 @@ class LATClient:
                self.sock.shutdown(2)
                self.sock.close()
                mopw, mopr = popen4('/usr/sbin/moprc '+self.server_name)
+               read_for_a_bit(mopr)
                write_expecting_echo(mopr, mopw, '\n')
                read_for_a_bit(mopr)
                write_expecting_echo(mopr, mopw, self.connect_password+'\n')

UCC git Repository :: git.ucc.asn.au