1
0
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:
Jelmer Vernooij
2007-12-20 00:02:15 +01:00
committed by Stefan Metzmacher
parent e53e79eebe
commit 6ac86f8be7
37 changed files with 103 additions and 103 deletions

View File

@@ -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;