1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-02-06 14:16:09 +02:00

Fix comment introduced in 0b05cf0343

This commit is contained in:
Arthur Zakirov 2018-12-12 17:52:01 +03:00
parent 0b05cf0343
commit 5ad509a40e

View File

@ -704,8 +704,8 @@ on_interrupt(void)
interrupted = true;
/*
* User promts password, call on_cleanup() byhand. If we don't do that we
* will stuck forever until an user enters a password.
* User promts password, call on_cleanup() byhand. Unless we do that we will
* get stuck forever until a user enters a password.
*/
if (in_password)
{