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

« back to all changes in this revision

Viewing changes to src/global/dsn_mask.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:
29
29
/*      NOTIFY option to internal form.
30
30
/*
31
31
/*      dsn_notify_str() converts internal form to the representation
32
 
/*      used in the MAIL FROM .. NOTIFY command. The result is in
 
32
/*      used in the RCPT TO .. NOTIFY command. The result is in
33
33
/*      volatile memory and is clobbered whenever str_name_mask()
34
34
/*      is called.
35
35
/*