diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2017-10-18 22:19:44 +0200 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2017-10-18 22:20:20 +0200 |
commit | eb00228301d5dd1607130d0a9f73c0cd1eba5db0 (patch) | |
tree | 543f8c100d8288771caa50300a626685839f4212 /src | |
parent | 62970272415a2245662287d2e624ace994a1bc19 (diff) |
More information string for missing MxSQL Base Version
Diffstat (limited to 'src')
-rw-r--r-- | src/src/lookups/mysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/lookups/mysql.c b/src/src/lookups/mysql.c index 16972b579..19abdeb60 100644 --- a/src/src/lookups/mysql.c +++ b/src/src/lookups/mysql.c @@ -45,7 +45,7 @@ with versions before 10.2, as they do not define there there specific symbols. #define EXIM_MxSQL_VERSION_STR MYSQL_SERVER_VERSION #else -#define EXIM_MxSQL_VERSION_STR "N.A." +#define EXIM_MxSQL_VERSION_STR "unknown" #endif #if defined MARIADB_BASE_VERSION |