aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/upas/send/message.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-02-12 00:34:08 +0000
committerrsc <devnull@localhost>2006-02-12 00:34:08 +0000
commita79cd7832f0154b7099bdeda5f9fbff6402d6760 (patch)
tree96ee47d45125d551f535d94256cbfcb323a23295 /src/cmd/upas/send/message.c
parent7e61af5124e3843a8934da4e6be5e8fdc58d99dd (diff)
downloadplan9port-a79cd7832f0154b7099bdeda5f9fbff6402d6760.tar.gz
plan9port-a79cd7832f0154b7099bdeda5f9fbff6402d6760.tar.bz2
plan9port-a79cd7832f0154b7099bdeda5f9fbff6402d6760.zip
more changes
Diffstat (limited to 'src/cmd/upas/send/message.c')
-rw-r--r--src/cmd/upas/send/message.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/upas/send/message.c b/src/cmd/upas/send/message.c
index 8cee34a0..56fddba3 100644
--- a/src/cmd/upas/send/message.c
+++ b/src/cmd/upas/send/message.c
@@ -118,6 +118,7 @@ getaddr(Node *p)
for(; p; p = p->next)
if(p->s && p->addr)
return s_copy(s_to_c(p->s));
+ return nil;
}
/* get the text of a header line minus the field name */