fixed nbns handling, missing break
This commit is contained in:
@@ -93,6 +93,7 @@ static enumerator_t* create_enumerator(private_nm_handler_t *this,
|
|||||||
break;
|
break;
|
||||||
case INTERNAL_IP4_NBNS:
|
case INTERNAL_IP4_NBNS:
|
||||||
list = this->nbns;
|
list = this->nbns;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
return enumerator_create_empty();
|
return enumerator_create_empty();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user