+2003-09-22 Ion Badulescu <ionut@buggy.badula.org>
+
+ * conf/autofs/autofs_solaris_v1.c (autofs_mount_fs): compile fix
+
2003-09-19 Ion Badulescu <ionut@moisil.badula.org>
* amd/amfs_nfsl.c (amfs_nfsl_match): checking opt_fs is not always
* SUCH DAMAGE.
*
*
- * $Id: autofs_solaris_v1.c,v 1.20 2003/08/28 03:10:34 ib42 Exp $
+ * $Id: autofs_solaris_v1.c,v 1.21 2003/09/22 19:43:14 ib42 Exp $
*
*/
* cause the recursive mount anyway if called from the parent amd.
*/
if (!foreground) {
- if ((err = stat(target2, &buf))) {
+ if ((err = stat(target2, &buf)))
goto out;
}
if ((err = lstat(target2, &buf)))