Skip to content

server: fix compilation with glibc

Jami Kettunen requested to merge deathmist/unudhcpd:glibc into master

Substitute strlcpy() for strncpy() which should do the same job on all standard C libraries.

(The problem here was that strlcpy doesn't exist in glibc)

Merge request reports