]> git.tue.mpg.de Git - paraslash.git/commit
afs.c: Add log message, cast sizeof().
authorAndre Noll <maan@systemlinux.org>
Wed, 12 Sep 2007 17:46:03 +0000 (19:46 +0200)
committerAndre Noll <maan@systemlinux.org>
Wed, 12 Sep 2007 17:46:03 +0000 (19:46 +0200)
commit3e21547a6a0984979c396e2ec688fa1d57b0410e
tree1df2ffa38813dbd368b98c5f852a41e925835806
parent379a2724984d903b7be8981a85b6cc82cab6ea90
afs.c: Add log message, cast sizeof().

In case the local socket could not be created, we really should
tell the user that fact.

The other change in this patch is casting sizeof() to unsigned
long which shuts gcc up on both i386 and x86_64.
afs.c