Skip to content

Commit 6e54f28

Browse files
committed
Make sure to respond with success.
1 parent 05db0d6 commit 6e54f28

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/gridftp_hdfs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ hdfs_command(
455455
if (errno == EIO) {
456456
hdfsDelete(hdfs_handle->fs, PathName, 0);
457457
failed = hdfsRename(hdfs_handle->fs, FromPathName, PathName);
458+
result = GLOBUS_SUCCESS;
458459
}
459460
if (failed) {
460461
char * rename_msg = (char *)globus_malloc(1024);

0 commit comments

Comments
 (0)