>Synopsis: rdistd fails with "Could not find mount point" >Category: system >Environment: OpenBSD 5.6-stable >Description: When using rdist, the server (rdistd) fails with "setmntent failed: Undefined error: 0" which leads to "Could not find mount point". >How-To-Repeat: >Fix: To me it looks like logical error in rdistd/filesys.c: makemntinfo() when checking against the return code from rdistd/filesys-os.c: setmountent() by guenther@..
Shouldn't it be "if (!setmountent())" rather than "if (setmountent())" ? Cheers, Dennis.
