diff options
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1800,6 +1800,9 @@ const struct method *proto; /* protocol method table */ case PS_SMTP: msg = "SMTP transaction"; break; + case PS_DNS: + msg = "DNS lookup"; + break; case PS_UNDEFINED: error(0, 0, "undefined"); break; |