Re: Update ip command line processing

2007-12-20 Thread Simon Horman
On Thu, Dec 20, 2007 at 03:21:21PM -0800, David Miller wrote: > From: Simon Horman <[EMAIL PROTECTED]> > Date: Tue, 18 Dec 2007 17:57:32 +0900 > > > @@ -1414,9 +1414,16 @@ late_initcall(ip_auto_config); > > */ > > static int __init ic_proto_name(char *name) > > { > > + if (!name) { > > +

Re: Update ip command line processing

2007-12-20 Thread David Miller
From: Simon Horman <[EMAIL PROTECTED]> Date: Tue, 18 Dec 2007 17:57:32 +0900 > @@ -1414,9 +1414,16 @@ late_initcall(ip_auto_config); > */ > static int __init ic_proto_name(char *name) > { > + if (!name) { > + return 1; > + } I do not see any circumstance under which this p