handle pids without files correctly.
This commit is contained in:
parent
f91245eb29
commit
c2a9c3bb4e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue