mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
fix includes
This commit is contained in:
@@ -61,7 +61,7 @@ int mfshell_cmd_auth(mfshell * mfshell, int argc, char *const argv[])
|
||||
return -1;
|
||||
|
||||
mfshell->conn = mfconn_create(mfshell->server, username, password,
|
||||
mfshell->app_id, mfshell->app_key);
|
||||
mfshell->app_id, mfshell->app_key, 3);
|
||||
|
||||
if (mfshell->conn != NULL)
|
||||
printf("\n\rAuthentication SUCCESS\n\r");
|
||||
|
||||
Reference in New Issue
Block a user