diff options
| author | Sam Varshavchik | 2017-11-26 09:41:43 -0500 |
|---|---|---|
| committer | Sam Varshavchik | 2017-11-26 09:47:12 -0500 |
| commit | 95e0ece16f52b1ab0f000fbbe2466fbc1922ed75 (patch) | |
| tree | 65fef25942b89f3341a2ce7d3b3267b2001d55c1 /maildrop | |
| parent | 33eb8ed082d4a5f9a6d7f221e539cd8c6e3fb979 (diff) | |
| download | courier-libs-95e0ece16f52b1ab0f000fbbe2466fbc1922ed75.tar.bz2 | |
mailbot: fix null pointer dereferences.
Diffstat (limited to 'maildrop')
| -rw-r--r-- | maildrop/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maildrop/configure.ac b/maildrop/configure.ac index 73f5cd5..940b1c9 100644 --- a/maildrop/configure.ac +++ b/maildrop/configure.ac @@ -2,7 +2,7 @@ dnl dnl Copyright 1998 - 2017 Double Precision, Inc. See COPYING for dnl distribution information. -AC_INIT(maildrop, 2.9.2, [courier-users@lists.sourceforge.net]) +AC_INIT(maildrop, 2.9.3, [courier-users@lists.sourceforge.net]) >confdefs.h # Kill PACKAGE_ macros |
