We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@tacketar When trying to open files in a non-existent directory, the following doesn't catch an error:
int retval = gop_sync_exec(lio_open_op(lio_gc, lio_gc->creds, path_copy, open_flags, NULL, &(h->fd), 60)); if (retval != OP_STATE_SUCCESS) { goto error_open; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@tacketar When trying to open files in a non-existent directory, the following doesn't catch an error:
The text was updated successfully, but these errors were encountered: