diff options
Diffstat (limited to 'pith/send.c')
-rw-r--r-- | pith/send.c | 2 |
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)); |