The log message about service name checking is wrong.

Bug #1904387 reported by tow-conf
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
postfix
New
Undecided
Unassigned

Bug Description

In src/proxymap/proxymap.c, there is a mismatch between if checking condition and log message as follows:

    if (strcmp(service_name, MAIL_SERVICE_PROXYWRITE) == 0)
     proxy_writer = 1;
    else if (strcmp(service_name, MAIL_SERVICE_PROXYMAP) != 0)
     msg_fatal("service name must be one of %s or %s",
        MAIL_SERVICE_PROXYMAP, MAIL_SERVICE_PROXYMAP);

The log message uses "MAIL_SERVICE_PROXYMAP" twice, while one of these two usage should be "MAIL_SERVICE_PROXYWRITE".

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.