Commit b9cee1b6 authored by Ken Thompson's avatar Ken Thompson

package name on signatures thru rename

R=r
OCL=15314
CL=15314
parent 1ae08bee
......@@ -329,7 +329,7 @@ loop:
s->local = 2;
snprint(namebuf, sizeof(namebuf), "%s_%s", e, s->name);
s = pkglookup(namebuf, s->package);
s = pkglookup(namebuf, s->opackage);
return s;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment