Change all chars being passed to the ctype macros (isalph(), etc.) to
[mmh] / mts / smtp / smtp.c
index da02701..1ab027f 100644 (file)
@@ -1570,7 +1570,8 @@ static int
 smhear (void)
 {
     int i, code, cont, bc, rc, more;
-    char *bp, *rp;
+    unsigned char *bp;
+    char *rp;
     char **ehlo, buffer[BUFSIZ];
 
     if (doingEHLO) {