~ubuntu-branches/ubuntu/quantal/postfix/quantal-proposed

« back to all changes in this revision

Viewing changes to src/global/server_acl.c

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2013-02-06 18:26:32 UTC
  • mfrom: (1.1.37)
  • Revision ID: package-import@ubuntu.com-20130206182632-f5k0ayifw9o5fxti
Tags: 2.9.6-1~12.10.1
New upstream micro-version update (LP: #1117761)

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
    char   *bp = saved_acl;
113
113
    char   *acl;
114
114
 
115
 
#define STREQ(x,y) ((*x) == (*y) && strcasecmp((x), (y)) == 0)
116
 
#define STRNE(x,y) ((*x) != (*y) || strcasecmp((x), (y)) != 0)
 
115
#define STREQ(x,y) (strcasecmp((x), (y)) == 0)
 
116
#define STRNE(x,y) (strcasecmp((x), (y)) != 0)
117
117
 
118
118
    /*
119
119
     * Nested tables are not allowed. Tables are opened before entering the