strncat get sometimes optimized to strcat by glibc and that triggers our
commitc37467651becedf3e6b142b53d6675e973970249
authorSimo Sorce <idra@samba.org>
Sat, 12 Apr 2003 17:40:17 +0000 (12 17:40 +0000)
committerSimo Sorce <idra@samba.org>
Sat, 12 Apr 2003 17:40:17 +0000 (12 17:40 +0000)
tree15b83f5b615e9041b9156372cf59b72482a01e93
parent741d5c3cd8870b3d06ba0225e5b24a82403eb142
strncat get sometimes optimized to strcat by glibc and that triggers our
"don't use strcat" define

reworked to snprintf
source/smbd/reply.c