handle pids without files correctly.

This commit is contained in:
rsc 2004-04-19 19:34:22 +00:00
parent f91245eb29
commit c2a9c3bb4e

View file

@ -213,7 +213,7 @@ attachfiles(int argc, char **argv)
}
/* XXX pull command from core */
if((hdr = crackhdr(symfil, omode)) == nil){
if((symhdr = crackhdr(symfil, omode)) == nil){
fprint(2, "crackhdr %s: %r\n", symfil);
symfil = nil;
}