ref: 6be4348c2f5cd7f3de417d56af3644bd9ce981ad
parent: 1e747751e55eee664f1331c9113bb30f4464593f
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Fri Nov 13 05:38:37 EST 2020
open/create: reset iounit
--- a/ext4srv.c
+++ b/ext4srv.c
@@ -262,6 +262,8 @@
return;
}
+ r->ofcall.iounit = 0;
+
respond(r, nil);
}
@@ -337,6 +339,7 @@
a->path = strdup(strchr(s+1, '/')+1);
free(s);
+ r->ofcall.iounit = 0;
respond(r, nil);
return;