s3/swat: use strlcat instead of strncat to fix build on old Linux distros
authorBjörn Jacke <bj@sernet.de>
Thu, 4 Aug 2011 14:25:08 +0000 (16:25 +0200)
committerBjoern Jacke <bj@sernet.de>
Thu, 4 Aug 2011 15:50:24 +0000 (17:50 +0200)
commitd3b4d75364210e2d2a4a1cd806f28b0021f22909
tree11de0868ee2b599d583277725143c0a3ff60410e
parent68e7b9307adabd9e3e12e95e0995051d366d8cf5
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
source3/web/swat.c