summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
ab5212e)
This code can never have worked.
keyfile_pytype, &kfobj, convu32, &id,
&type, &exptime))
goto end;
keyfile_pytype, &kfobj, convu32, &id,
&type, &exptime))
goto end;
- if ((err = key_new(KEYFILE_KF(kfobj), id, type, exptime, &k)) == 0)
+ if ((err = key_new(KEYFILE_KF(kfobj), id, type, exptime, &k)) != 0)
KEYERR(err);
return (key_dowrap(ty, kfobj, k));
end:
KEYERR(err);
return (key_dowrap(ty, kfobj, k));
end: