X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=stripkey.c;h=af1578472a174aa5356ba287e9efdd50b2f70f6d;hb=58ed9a0076feb9604154b99da6ed1907ca7df089;hp=5579236cdedb143faf0deeed22d2a5e8289d8d9b;hpb=a0d1c99184eeb07a6a7711e168c3db4b8c0937eb;p=onak.git diff --git a/stripkey.c b/stripkey.c index 5579236..af15784 100644 --- a/stripkey.c +++ b/stripkey.c @@ -49,7 +49,7 @@ int main(int argc, char** argv) { parse_keys( packets, &keys ); free_packet_list(packets); packets = NULL; - cleankeys(&keys, ONAK_CLEAN_ALL); + cleankeys(NULL, &keys, ONAK_CLEAN_ALL); /* Iterate over the keys... */ for( key = keys; key; key = key->next ) { uint64_t keyid;