fix typo
This commit is contained in:
@ -24,7 +24,7 @@ int main() {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
postfixPolicyProtocol.processInput();
|
postfixPolicyProtocol.processInput();
|
||||||
msg = "sender=" + postfixPolicyProtocol.getSender() + "recipient=" + postfixPolicyProtocol.getRecipient();
|
msg = "sender=" + postfixPolicyProtocol.getSender() + ", recipient=" + postfixPolicyProtocol.getRecipient();
|
||||||
|
|
||||||
DatabaseHandle databaseHandle(DATABASE_FILE);
|
DatabaseHandle databaseHandle(DATABASE_FILE);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user