summaryrefslogtreecommitdiff
path: root/pith/send.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2021-05-21 20:58:51 -0600
committerEduardo Chappa <chappa@washington.edu>2021-05-21 20:58:51 -0600
commitd31cd71e5a3d73e20cfff89968c7b932d451f75c (patch)
tree264309197f0d847683df0ef960f87d5734c5f225 /pith/send.c
parent2e57dfe03e4df802d530ae217415d50419ab4e20 (diff)
downloadalpine-d31cd71e5a3d73e20cfff89968c7b932d451f75c.tar.xz
* Clear out some gcc warnings, and code improvement. Work in progress.
Diffstat (limited to 'pith/send.c')
-rw-r--r--pith/send.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pith/send.c b/pith/send.c
index 1ce74fd8..d026e856 100644
--- a/pith/send.c
+++ b/pith/send.c
@@ -1876,7 +1876,7 @@ call_mailer(METAENV *header, struct mail_bodystruct *body, char **alt_smtp_serve
TIME_STAMP("smtp open", 1);
if(sending_stream){
- unsigned short save_encoding, added_encoding;
+ unsigned short save_encoding = 0, added_encoding = 0;
dprint((1, "Opened SMTP server \"%s\"\n",
net_host(sending_stream->netstream)
@@ -3634,7 +3634,7 @@ posting_characterset(void *data, char *preferred_charset, MsgPart mp)
if(mp == HdrText){
char *text = NULL;
- UCS *ucs = NULL, *ucsp;
+ UCS *ucs = NULL, *ucsp = NULL;
text = (char *) data;