mirror of
https://github.com/samba-team/samba.git
synced 2025-12-16 00:23:52 +03:00
r26540: Revert my previous commit after concerns raised by Andrew.
This commit is contained in:
committed by
Stefan Metzmacher
parent
e53e79eebe
commit
6ac86f8be7
@@ -74,7 +74,7 @@ rep_inet_ntop(int af, const void *src, char *dst, socklen_t size)
|
||||
static const char *
|
||||
inet_ntop4(const unsigned char *src, char *dst, socklen_t size)
|
||||
{
|
||||
const char *fmt = "%u.%u.%u.%u";
|
||||
static const char *fmt = "%u.%u.%u.%u";
|
||||
char tmp[sizeof "255.255.255.255"];
|
||||
size_t len;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user