1
0
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:
David Steele 2022-03-25 07:52:16 -06:00
parent f60ec5055a
commit d4954fcbf4

View File

@ -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");
}