* conf/autofs/autofs_solaris_v1.c (autofs_mount_fs): compile fix
authorIon Badulescu <ib42@cs.columbia.edu>
Mon, 22 Sep 2003 19:43:13 +0000 (19:43 +0000)
committerIon Badulescu <ib42@cs.columbia.edu>
Mon, 22 Sep 2003 19:43:13 +0000 (19:43 +0000)
ChangeLog
conf/autofs/autofs_solaris_v1.c

index 77633d7dc02a149819fd4ccc50dafc0cd4471ede..38aec0f3b0eec2cb350b347679da03b2e14a60dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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
index 2c07a2a79a6defafcc465ce1f34dfd4a403f2b13..98c66ac6220e17a0ff0736e1ab6ed16e0ea2b303 100644 (file)
@@ -38,7 +38,7 @@
  * 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 $
  *
  */
 
@@ -531,7 +531,7 @@ autofs_mount_fs(am_node *mp, mntfs *mf)
    * 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)))