mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s3:smbd: make smbd_open_one_socket() static
Michael
This commit is contained in:
parent
3ee1acdc8e
commit
ba482e6b8d
@ -423,9 +423,9 @@ static void smbd_accept_connection(struct tevent_context *ev,
|
||||
force_check_log_size();
|
||||
}
|
||||
|
||||
bool smbd_open_one_socket(struct smbd_parent_context *parent,
|
||||
const struct sockaddr_storage *ifss,
|
||||
uint16_t port)
|
||||
static bool smbd_open_one_socket(struct smbd_parent_context *parent,
|
||||
const struct sockaddr_storage *ifss,
|
||||
uint16_t port)
|
||||
{
|
||||
struct smbd_open_socket *s;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user