mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
smbd/conn: fix prototype change of conn_close_all() in proto.h.
(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 commit is contained in:
parent
bbd49f9e1c
commit
a958c6bf1e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user