Code

network plugin: Use `sstrncpy' instead of `strncpy'.
authorFlorian Forster <octo@noris.net>
Wed, 5 Mar 2008 08:28:11 +0000 (09:28 +0100)
committerFlorian Forster <octo@noris.net>
Wed, 5 Mar 2008 08:28:11 +0000 (09:28 +0100)
commit47699ef5849c5dc8f803760c0e50e989cda1b025
tree2812f3b00677976880b1c1d79465953870434d73
parent629d39950376577fe33c0ff328efd2e7449ada60
network plugin: Use `sstrncpy' instead of `strncpy'.

This removes a few "buf[buflen - 1] = '\0';".
src/network.c