ntfs_attr_update_mapping_pairs(): fix last ntfs_attr_update_meta() errno

master
szaka 2008-07-13 23:52:55 +00:00
parent c46ce72177
commit 61842b0bac
1 changed files with 1 additions and 1 deletions

View File

@ -4347,7 +4347,7 @@ retry:
switch (err) {
case -1: return -1;
case -2: goto retry;
case -3: goto put_err_out;
case -3: err = errno; goto put_err_out;
}
/* Get the size for the rest of mapping pairs array. */