Commit Diff


commit - 66cf8a390447d8d09d2f4653fdd334f4c145f50f
commit + 9bddce0e087ce1fda340f40415c1869074fbc138
blob - 4420c2d77a74c31a08ee7bff1b0b9ecf8884d17b
blob + 151e45ffa36d994a575a4126fbffeae72cccd279
--- src/lib9p/_post.c
+++ src/lib9p/_post.c
@@ -3,7 +3,6 @@
 #include <fcall.h>
 #include <thread.h>
 #include <9p.h>
-#include <auth.h>
 #include "post.h"
 
 Postcrud*
@@ -67,10 +66,12 @@ _post3(Postcrud *p)
 			close(p->s->outfd);
 	}
 
+#if 0
 	if(p->mtpt){
 		if(amount(p->s->srvfd, p->mtpt, p->flag, "") == -1)
 			sysfatal("mount %s: %r", p->mtpt);
 	}else
+#endif
 		close(p->s->srvfd);
 	free(p);
 }