Added a short msleep() after option_error() before we exit. This
authorWayne Davison <wayned@samba.org>
Sun, 13 Jun 2004 14:18:48 +0000 (14:18 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 13 Jun 2004 14:18:48 +0000 (14:18 +0000)
commit7e5614383d07df443ca1170360277205d1721137
tree04f564a754a78c1d38127edb7f405e73cf0da1cc
parenteb84a83b47dc68b862acef86a2680331d8d4313b
Added a short msleep() after option_error() before we exit.  This
ensures that the remote client has time to read our error message
while it is trying to write data to us before it gets a socket
error.
clientserver.c