mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
David van Geyn spotted that ulong is not defined on FREEBSD, not supposed
to use ulong use uint32 instead.
(This used to be commit 16dd94db1f
)
This commit is contained in:
parent
65ce93d549
commit
eb9268550f
@ -96,7 +96,7 @@ static BOOL open_sockets_inetd(void)
|
||||
/****************************************************************************
|
||||
open and listen to a socket
|
||||
****************************************************************************/
|
||||
static int open_server_socket(int port, ulong ipaddr)
|
||||
static int open_server_socket(int port, uint32 ipaddr)
|
||||
{
|
||||
int s;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user