Remove RCS keywords, since they no longer work after git migration.
[mmh] / uip / popsbr.c
index 839e3d3..3ac88be 100644 (file)
@@ -1,8 +1,6 @@
 /*
  * popsbr.c -- POP client subroutines
  *
- * $Id$
- *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
  * complete copyright information.
@@ -1103,7 +1101,7 @@ multiline (void)
 static int
 sasl_getline (char *s, int n, FILE *iop)
 {
-    int c;
+    int c = -2;
     char *p;
 
     p = s;