1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00

Fix incorrect comment (obviously pasted from S3 code).

This commit is contained in:
David Steele 2019-07-30 11:42:56 -04:00
parent 3d892cfb75
commit a04baa1bdc

View File

@ -264,7 +264,7 @@ storageRemotePathRemove(THIS_VOID, const String *path, bool recurse)
}
/***********************************************************************************************************************************
Sync a path. There's no need for this on S3 so just return success.
Sync a path
***********************************************************************************************************************************/
static void
storageRemotePathSync(THIS_VOID, const String *path)