diff options
| author | perry <perry@NetBSD.org> | 2003-03-08 19:05:29 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 2003-03-08 19:05:29 +0000 |
| commit | 59d07125ee9d00ca396be52e21c9cfcc7db032f2 (patch) | |
| tree | bd4ba6a0c04d1edc518df392bfb13e0b19f8e340 /gnu/dist/postfix/src/postmap/postmap.c | |
| parent | 004ae0051408e939340fba68fbf53639cc2d625c (diff) | |
import postfix 2.0.6
Diffstat (limited to 'gnu/dist/postfix/src/postmap/postmap.c')
| -rw-r--r-- | gnu/dist/postfix/src/postmap/postmap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/dist/postfix/src/postmap/postmap.c b/gnu/dist/postfix/src/postmap/postmap.c index 0d7ad8400cd..cd3d6887e00 100644 --- a/gnu/dist/postfix/src/postmap/postmap.c +++ b/gnu/dist/postfix/src/postmap/postmap.c @@ -181,6 +181,7 @@ /* Global library. */ #include <mail_conf.h> +#include <mail_dict.h> #include <mail_params.h> #include <mkmap.h> @@ -537,6 +538,7 @@ int main(int argc, char **argv) } } mail_conf_read(); + mail_dict_init(); /* * Use the map type specified by the user, or fall back to a default |
