- Use strlcpy() instead of strcpy().
authorFabian Keil <fk@fabiankeil.de>
Mon, 21 May 2007 10:44:08 +0000 (10:44 +0000)
committerFabian Keil <fk@fabiankeil.de>
Mon, 21 May 2007 10:44:08 +0000 (10:44 +0000)
commit4a7d8d337c2f34bd11206494a775cddabafe6be0
tree188d1dd9bea489a7c90f266ff57b567f2001069c
parent02ff7fa09f86dd12a1ca8fe8200c5dd3512219f4
- Use strlcpy() instead of strcpy().
- Stop treating actions files special. Expect a complete file name
  (with or without path) like it's done for the rest of the files.
  Closes FR#588084.
- Remove an unnecessary temporary memory allocation.
- Don't log anything to the console when running as
  daemon and no errors occurred.
loadcfg.c