s3/swat: use strlcat instead of strncat to fix build on old Linux distros v3-3-test
authorBjörn Jacke <bj@sernet.de>
Thu, 4 Aug 2011 14:25:08 +0000 (16:25 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 9 Aug 2011 11:53:25 +0000 (13:53 +0200)
commitcc000a3566ec886f7c8f274b9a7fc5e6cf133fad
tree9e717dce1af9df8a6f34b877e360580c6bd7001c
parenteb4ab1340e9926575646e107db406d1aa7ddb0f2
s3/swat: use strlcat instead of strncat to fix build on old Linux distros

SLES 9's glibc for example had weird macros where the use of strncat resulted
in the use of strcat which we don't allow.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User: Björn Jacke <bj@sernet.de>
Autobuild-Date: Thu Aug  4 17:50:24 CEST 2011 on sn-devel-104

Fix bug #8362 (build issue on old glibc systems).
source/web/swat.c