Fix missing quote when REQUIRE_INTERFACE=Yes

This commit is contained in:
Tom Eastep 2010-07-05 09:47:03 -07:00
parent f977631af9
commit 31a9d24164

View File

@ -907,7 +907,7 @@ sub handle_optional_interfaces( $ ) {
emit( ' fatal_error "No network interface available"',
' else',
' startup_error "No network interface available',
' startup_error "No network interface available"',
' fi',
' ;;',
' esac',