Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DemiMarie committed Mar 11, 2023
1 parent 55b1ea3 commit 01ca72f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions not-script/not-script.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,11 @@ int main(int argc, char **argv)
switch (rw[0]) {
case 'r':
writable = false;
warn("XenStore key %s specifies read-only", xenstore_path_buffer);
break;
case 'w':
writable = true;
warn("XenStore key %s specifies writable", xenstore_path_buffer);
break;
default:
len = 0;
Expand Down

0 comments on commit 01ca72f

Please sign in to comment.