On Sun, Mar 8, 2015 at 3:58 PM, Paul Tan [off-list ref] wrote:
remove_credential(&fns, &c);
else if (!strcmp(op, "store"))
- store_credential(&fns, &c, fns.nr - 1);
+ store_credential(&fns, &c, 0);
else
; /* Ignore unknown operation. */
Whoops, seems like I squashed some commits in the wrong order (but
there is no functional difference). Will re-roll the patch series.
Also, store_credential() should take a string as the default filename
instead of an index into the filename string_list for extra API
flexibility.
Thanks.