~ubuntu-branches/debian/sid/postfix/sid

« back to all changes in this revision

Viewing changes to src/smtp/smtp_map11.c

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2012-03-20 13:47:16 UTC
  • mfrom: (1.1.34) (39.1.16 trunk)
  • Revision ID: package-import@ubuntu.com-20120320134716-o62kosz3odzt1rh6
Tags: 2.9.1-2
Drop unnecessary openssl check, since sonames will save us.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
        argv_free(new_addr);
92
92
        return (1);
93
93
    } else {
94
 
        if (dict_errno != 0)
 
94
        if (maps->error != 0)
95
95
            msg_fatal("%s map lookup problem for %s", maps->title, STR(addr));
96
96
        if (msg_verbose)
97
97
            msg_info("%s: %s not found", myname, STR(addr));