mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-03-05 15:05:48 +02:00
Fix comment typo.
This commit is contained in:
parent
f60ec5055a
commit
d4954fcbf4
@ -399,7 +399,7 @@ protocolServer(IoServer *const tlsServer, IoSession *const socketSession)
|
||||
strLstInsert(paramList, 0, cfgExe());
|
||||
cfgLoad(strLstSize(paramList), strLstPtr(paramList));
|
||||
|
||||
// Error if the client is authorized for the requested stanza
|
||||
// Error if the client is not authorized for the requested stanza
|
||||
if (!protocolServerAuthorize(clientAuthList, cfgOptionStrNull(cfgOptStanza)))
|
||||
THROW(AccessError, "access denied");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user