fix typo
This commit is contained in:
parent
9429b0f517
commit
bf56ec9e04
@ -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);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user