projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bf07d2
)
Silence a (harmless) uninitialized variable warning.
author
Peter Maydell
<pmaydell@chiark.greenend.org.uk>
Fri, 5 Nov 2010 22:06:10 +0000
(22:06 +0000)
committer
Peter Maydell
<pmaydell@chiark.greenend.org.uk>
Fri, 5 Nov 2010 22:06:10 +0000
(22:06 +0000)
mts/smtp/smtp.c
patch
|
blob
|
history
diff --git
a/mts/smtp/smtp.c
b/mts/smtp/smtp.c
index
ab70c24
..
7413639
100644
(file)
--- a/
mts/smtp/smtp.c
+++ b/
mts/smtp/smtp.c
@@
-1208,7
+1208,7
@@
sm_werror (void)
static int
smhear (void)
{
- int i, code, cont, bc, rc, more;
+ int i, code, cont, bc = 0, rc, more;
unsigned char *bp;
char *rp;
char **ehlo = NULL, buffer[BUFSIZ];