mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
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…
Reference in a new issue