* Bug #15213, #18635: The use of the insecure m_scratch() and
[mmh] / uip / popsbr.c
index 839e3d3..30e4c27 100644 (file)
@@ -1103,7 +1103,7 @@ multiline (void)
 static int
 sasl_getline (char *s, int n, FILE *iop)
 {
-    int c;
+    int c = -2;
     char *p;
 
     p = s;