summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2017-10-18 22:19:44 +0200
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2017-10-18 22:20:20 +0200
commiteb00228301d5dd1607130d0a9f73c0cd1eba5db0 (patch)
tree543f8c100d8288771caa50300a626685839f4212 /src
parent62970272415a2245662287d2e624ace994a1bc19 (diff)
More information string for missing MxSQL Base Version
Diffstat (limited to 'src')
-rw-r--r--src/src/lookups/mysql.c2
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