wohaph / keyczar

Automatically exported from code.google.com/p/keyczar
0 stars 0 forks source link

Incorrect AddKey() Call from keyczart.py main() #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It appears that main() in keyczart.py is calling AddKey with the parameters
(loc, status, size, crypter) rather than (loc, status, crypter, size). 

Original issue reported on code.google.com by jpaidou...@gmail.com on 13 Aug 2008 at 2:46

GoogleCodeExporter commented 9 years ago
Whoops, you're right. I switched the order of the arguments in AddKey without
updating the call in main. Nice catch, thanks!

Original comment by arkajit.dey on 13 Aug 2008 at 6:58

GoogleCodeExporter commented 9 years ago
Adding implementation label, helpful for keeping track.

Original comment by arkajit.dey on 13 Aug 2008 at 10:33