On Sat, Jan 23, 2010 at 4:30 AM, Paul Fertser <fercerpav@xxxxxxxxx> wrote: > On Sat, Jan 23, 2010 at 02:54:14PM +0300, Paul Fertser wrote: >> + if (!ok && (pubkey_dir = opendir(PUBKEY_DIR))) { >> + while (!ok && (nextfile = readdir(pubkey_dir))) { >> + if ((keyfile = fopen(nextfile->d_name, "rb"))) { > > Duh, of course it's wrong but i managed to have that key in the > current directory during testing :( > > Amended version attached. Nice, thanks, applied. Luis -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html