Skip to content

Commit

Permalink
Merge pull request #44 from jluebbe/disable-gio
Browse files Browse the repository at this point in the history
main: disable gio vfs support
  • Loading branch information
Enrico Jorns committed May 4, 2016
2 parents e74aea2 + b62fd59 commit ed36b58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,9 @@ static void cmdline_handler(int argc, char **argv)
}

int main(int argc, char **argv) {
/* disable remote VFS */
g_assert(g_setenv("GIO_USE_VFS", "local", TRUE));

cmdline_handler(argc, argv);

return r_exit_status;
Expand Down

0 comments on commit ed36b58

Please sign in to comment.