]> git.tuebingen.mpg.de Git - paraslash.git/commit
daemon: Avoid using MAXLINE.
authorAndre Noll <maan@systemlinux.org>
Thu, 22 Oct 2009 20:47:19 +0000 (22:47 +0200)
committerAndre Noll <maan@systemlinux.org>
Thu, 22 Oct 2009 20:47:19 +0000 (22:47 +0200)
commitb3490104baea629c0d5c472abc63f24b4fe01000
tree24f95dcb6bb525a8f8b0ea27286cef178ae0f776
parent1f132af229ff899aae357ee75a3b8e7b4bd061bd
daemon: Avoid using MAXLINE.

MAXLINE is kind of depricated. Just use a 100 byte buffer and make the scope of the
buffer more local. Also, kill the pointless initialization to an empty string.
daemon.c