--- libelwix/src/net.c 2013/06/03 22:25:09 1.3.2.1 +++ libelwix/src/net.c 2013/06/03 22:42:25 1.3.2.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: net.c,v 1.3.2.1 2013/06/03 22:25:09 misho Exp $ +* $Id: net.c,v 1.3.2.2 2013/06/03 22:42:25 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -384,5 +384,5 @@ e_getnet(const char *net) } e_free(str); - return 0; + return n; }