Browse Source

Fixed problem when an ext2 partition is mounted (#817)

Signed-off-by: fuchicar <rafita.fernandez@gmail.com>
Rafa 5 years ago
parent
commit
912cb238f6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      sys/src/cmd/ext2srv/ext2subs.c

+ 1 - 0
sys/src/cmd/ext2srv/ext2subs.c

@@ -205,6 +205,7 @@ getext2(Xfs *xf, char type, int n)
 	default:
 		goto error;
 	}
+	return e;
 
 error:
 	panic("getext2");