mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +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);
|
fclose(fp);
|
||||||
}
|
}
|
||||||
|
|
||||||
static char dombuf[256];
|
|
||||||
static char hostbuf[256];
|
static char hostbuf[256];
|
||||||
static char domis=0;
|
|
||||||
static char hostis=0;
|
static char hostis=0;
|
||||||
#if 0
|
#if 0
|
||||||
|
static char dombuf[256];
|
||||||
|
static char domis=0;
|
||||||
//never used
|
//never used
|
||||||
char *netGetDomainname( void )
|
char *netGetDomainname( void )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user