From: Thomas Osterried (kmhz@sunhillo.com)
Date: Tue Jun 25 2002 - 00:19:01 EEST
> I. ax25rtd
> ----------
> my solution to this problem is this little change in ax25rtd/listener.c:
> 568c568
> < if ((config = dev_get_config(ip_encaps_dev)) == NULL)
> ---
> > if (*ip_encaps_dev && (config = dev_get_config(ip_encaps_dev)) == NULL)
sri, i missed this one (ax25rtd/config.c):
604c604
< if ((config =
--- > if (*ip_encaps_dev && (config =73, - thomas dl9sau - To unsubscribe from this list: send the line "unsubscribe linux-hams" in the body of a message to terhi.victor@logonet.com More majordomo info at http://vger.kernel.org/majordomo-info.html
This archive was generated by hypermail 2b30 : Tue Jun 25 2002 - 00:34:28 EEST