Re: [PATCH] vars; ensure 'cwd' and 'root' work and test other inline vars
Eugene Loh <[email protected]>
| Newsgroups | dev.linux.lists.dtrace |
|---|---|
| Message-ID | <[email protected]> |
Reviewed-by: Eugene Loh <[email protected]> Should an Orabug: be included? (maybe not... figured I'd ask) Also... On 8/6/25 18:25, Kris Van Hees wrote: > + /* > + * Copy the result into dnp (register value and tstring). We need to > + * clear the tstring from tnp once we move it to dnp. > + */ > dnp->dn_reg = inp->din_root->dn_reg; > + dnp->dn_tstring = inp->din_root->dn_tstring; > + inp->din_root->dn_tstring; That last line should be removed?