mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
lib/libnet/libnet.c: fix unused variable warning
This commit is contained in:
@@ -178,11 +178,11 @@ void netGetDefaultRoute( char *ip )
|
||||
fclose(fp);
|
||||
}
|
||||
|
||||
static char dombuf[256];
|
||||
static char hostbuf[256];
|
||||
static char domis=0;
|
||||
static char hostis=0;
|
||||
#if 0
|
||||
static char dombuf[256];
|
||||
static char domis=0;
|
||||
//never used
|
||||
char *netGetDomainname( void )
|
||||
{
|
||||
|
Reference in New Issue
Block a user