+ Changed two buffers to use BIGPATHBUFLEN instead of MAXPATHLEN+512.
authorWayne Davison <wayned@samba.org>
Thu, 5 Jan 2006 02:29:16 +0000 (02:29 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 5 Jan 2006 02:29:16 +0000 (02:29 +0000)
commitb74b3d538efd157fafa7b8690da23671a37d6e54
tree0c4c073593d31aa17f7ee93aab9c38a1ea30b0f2
parentd3db3eef1b13b3380649f4333ea1595c39ec7462
+ Changed two buffers to use BIGPATHBUFLEN instead of MAXPATHLEN+512.
+ Changed a strncpy() call into a (more appropriate) memcpy() call.
+ Made the ellipsis[] string static because some older compilers may
  not like the dynamic initialization of a character string.
+ Expanded some 1-line "case ... break;" statements onto separate
  lines.
log.c