summaryrefslogtreecommitdiff
path: root/pith/send.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2016-11-22 20:39:35 -0700
committerEduardo Chappa <chappa@washington.edu>2016-11-22 20:39:35 -0700
commitea6d8fe2d8359e4b1cf984492b3c275ea9e176ac (patch)
tree6de6cdefecc9c8d82386b3a531bec742596bbde3 /pith/send.c
parent9506bdf26c1e98dc369857c45ee079747569f951 (diff)
downloadalpine-ea6d8fe2d8359e4b1cf984492b3c275ea9e176ac.tar.xz
* Minor updates to source to update copyright notices (part 1)
Diffstat (limited to 'pith/send.c')
-rw-r--r--pith/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/send.c b/pith/send.c
index b12a3bea..f074f27c 100644
--- a/pith/send.c
+++ b/pith/send.c
@@ -1689,7 +1689,7 @@ ADDRESS *
phone_home_from(void)
{
ADDRESS *addr = mail_newaddr();
- char tmp[32];
+ char tmp[64];
/* garble up mailbox name */
snprintf(tmp, sizeof(tmp), "hash_%08u", phone_home_hash(ps_global->VAR_USER_ID));