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

« back to all changes in this revision

Viewing changes to src/trivial-rewrite/transport.h

  • 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:
30
30
    MAPS   *transport_path;
31
31
    VSTRING *wildcard_channel;
32
32
    VSTRING *wildcard_nexthop;
33
 
    int     transport_errno;
 
33
    int     wildcard_errno;
34
34
    time_t  expire;
35
35
} TRANSPORT_INFO;
36
36