mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
move mfconn_update_secret_key into the apicalls
This commit is contained in:
@@ -72,7 +72,6 @@ int mfshell_cmd_put(mfshell * mfshell, int argc, char *const argv[])
|
||||
retval = mfconn_api_upload_simple(mfshell->conn,
|
||||
folder_get_key(mfshell->folder_curr),
|
||||
fh, file_name, &upload_key);
|
||||
mfconn_update_secret_key(mfshell->conn);
|
||||
|
||||
fclose(fh);
|
||||
free(temp);
|
||||
|
||||
Reference in New Issue
Block a user