~ubuntu-branches/ubuntu/saucy/postfix/saucy

« back to all changes in this revision

Viewing changes to src/xsasl/xsasl_dovecot_server.c

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2011-02-22 11:20:43 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20110222112043-c34ht219w3ybrilr
Tags: 2.8.0-2
* a little more lintian cleanup
* Fix missing format strings in smtp-sink.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
323
323
                sec_props =
324
324
                    name_mask_delim_opt(myname,
325
325
                                        xsasl_dovecot_serv_sec_props,
326
 
                                        line, "\t", NAME_MASK_ANY_CASE);
 
326
                                        line, "\t",
 
327
                                     NAME_MASK_ANY_CASE | NAME_MASK_IGNORE);
327
328
                if ((sec_props & SEC_PROPS_PRIVATE) != 0)
328
329
                    continue;
329
330
            } else