[NeoStats-Devel] [Commits] r177 - branches/3.0
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: DNB
Date: Sun May 29 12:36:55 2005
New Revision: 177
Modified:
branches/3.0/proxy.c
Log:
remove unused var
Modified: branches/3.0/proxy.c
==============================================================================
--- branches/3.0/proxy.c (original)
+++ branches/3.0/proxy.c Sun May 29 12:36:55 2005
@@ -301,7 +301,7 @@
void start_proxy_scan(scaninfo *scandata)
{
int i;
- lnode_t *pn, *cn;
+ lnode_t *pn;
port_list *pl;
conninfo *ci;
char tmpname[512];