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

« back to all changes in this revision

Viewing changes to src/global/mkmap_open.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:
87
87
 
88
88
static const MKMAP_OPEN_INFO mkmap_types[] = {
89
89
#ifndef MAX_DYNAMIC_MAPS
90
 
static const MKMAP_OPEN_INFO mkmap_types[] = {
91
90
    DICT_TYPE_PROXY, mkmap_proxy_open,
92
91
#ifdef HAS_CDB
93
92
    DICT_TYPE_CDB, mkmap_cdb_open,