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:
parent
0b05cf0343
commit
5ad509a40e
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user