diff options
Diffstat (limited to 'pith/send.c')
-rw-r--r-- | pith/send.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pith/send.c b/pith/send.c index 3f21f1f3..bd99d49a 100644 --- a/pith/send.c +++ b/pith/send.c @@ -1563,6 +1563,7 @@ set_priority_header(METAENV *header, char *value) pf->textbuf = cpystr(value); } } + return pf; } |