This commit is contained in:
Russ Cox
2008-05-31 12:09:43 -04:00
15 changed files with 125 additions and 55 deletions

View File

@@ -67,6 +67,7 @@ keyfetch(Conv *c, char *fmt, ...)
a = parseattrfmtv(fmt, arg);
va_end(arg);
flog("keyfetch %A", a);
tag = 0;
for(i=0; i<ring.nkey; i++){
@@ -80,6 +81,7 @@ keyfetch(Conv *c, char *fmt, ...)
continue;
}
freeattr(a);
flog("using key %A %N", k->attr, k->privattr);
return k;
}
}