mirror of
https://github.com/libimobiledevice/libplist
synced 2026-06-08 15:29:34 +00:00
do no return custom code in ifuse_getattr
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ static int ifuse_getattr(const char *path, struct stat *stbuf) {
|
||||
int res = 0;
|
||||
|
||||
iphone_afc_client_t afc = fuse_get_context()->private_data;
|
||||
res = iphone_afc_get_file_attr(afc, path, stbuf);
|
||||
iphone_afc_get_file_attr(afc, path, stbuf);
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user