smbd/conn: fix prototype change of conn_close_all() in proto.h.
authorMichael Adam <obnox@samba.org>
Tue, 12 Aug 2008 10:16:19 +0000 (12:16 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 13 Aug 2008 09:54:12 +0000 (11:54 +0200)
(Cleaning "ensure we exit with non-zero status on EOF on socket"
 after rebasing to v3-3-test which has no "make proto" anymore.)

Michael
(This used to be commit a958c6bf1e0394e98df286974d78d3b07498e0b4)

source3/include/proto.h

index b585bee70fbdd1676a83685f22079b702d1a04ca..a1595dda4689a9c681288bde336891cfe3b65428 100644 (file)
@@ -9538,7 +9538,7 @@ int conn_num_open(void);
 bool conn_snum_used(int snum);
 connection_struct *conn_find(unsigned cnum);
 connection_struct *conn_new(void);
-void conn_close_all(void);
+bool conn_close_all(void);
 bool conn_idle_all(time_t t);
 void conn_clear_vuid_caches(uint16 vuid);
 void conn_free_internal(connection_struct *conn);