]> arthur.barton.de Git - netatalk.git/commit
Fix the error message reported when of_find fails to find a valid fork. Since
authorjmarcus <jmarcus>
Thu, 14 Feb 2002 05:59:51 +0000 (05:59 +0000)
committerjmarcus <jmarcus>
Thu, 14 Feb 2002 05:59:51 +0000 (05:59 +0000)
commit8edf21c7ca8eaef95c5c092d28b4713f5ae09c64
tree599f287ea52ca2b6871f07d8efdafe9ec33d4ddb
parentf2ba01116c0233c573415356868dcb4a60e96145
Fix the error message reported when of_find fails to find a valid fork.  Since
of_find() doesn't set errno, there's really no since in calling strerror()
on a "dirty" value.

Prompted by: didier <dgautheron@magic.fr>
etc/afpd/fork.c