mirror of
https://github.com/0intro/wmii
synced 2024-12-25 04:46:51 +03:00
Made remove clunk the fid
This commit is contained in:
parent
6ca06ed97a
commit
c34c236acd
@ -252,6 +252,7 @@ respond(Req *r, char *error) {
|
||||
case TWRITE:
|
||||
free(r->ifcall.data);
|
||||
break;
|
||||
case TREMOVE:
|
||||
case TCLUNK:
|
||||
destroyfid(pc, r->fid->fid);
|
||||
break;
|
||||
@ -260,7 +261,6 @@ respond(Req *r, char *error) {
|
||||
respond(r->oldreq, Einterrupted);
|
||||
break;
|
||||
case TREAD:
|
||||
case TREMOVE:
|
||||
case TSTAT:
|
||||
break;
|
||||
/* Still to be implemented: flush, wstat, auth */
|
||||
|
Loading…
Reference in New Issue
Block a user