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:
[CST] Focus
2012-08-04 14:14:08 +04:00
parent 8dc4ef8796
commit 4e72273c16

View File

@@ -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 )
{