186
187
self._ftpd_starting.acquire()
187
188
self._ftpd_starting.release()
191
192
# Tell the server to stop, but also close the server socket for tests
192
193
# that start the server but never initiate a connection. Closing the
193
194
# socket should be done first though, to avoid further connections.