Hi,
> > My original comment about this to an early version of valdikSS' patch > > was on a different level -- if the user want DNS blocked, failure to > block > > should be FATAL. But not respecting ignore-unknown-option only on > > some platforms doesn't look right. > > Well, it is not an "unknown option" on XP... and the code doesn't really > lend itself to "just claim it's an unknown option if it cannot be enabled" > without being truly ugly... > Well, else if (streq (p[0], "block-outside-dns") && !p[1] && win_wfp_init_funcs()) {.. } will do it, but then one can't print a helpful error for the XP folks. The current "die with a nice mssage" is probbaly better .. Sorry, I know I'm supposed to stop worrying about it :) Selva