mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
lib/libnet/libnet.c: fix unused variable warning
Origin commit data
------------------
Branch: ni/coolstream
Commit: c5f4c53fb7
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-08-04 (Sat, 04 Aug 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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