Fix bridge some more, remove superflous warning from vewarn and error when no interface correctly

This commit is contained in:
Roy Marples
2007-04-19 06:46:29 +00:00
parent fb2f0495a6
commit f05ac25185
3 changed files with 16 additions and 11 deletions

View File

@ -861,7 +861,6 @@ int ewarnv (const char *fmt, ...)
retval += printf ("\n");
}
va_end (ap);
retval += printf ("\n");
return (retval);
}