test: add missing return values
Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
This commit is contained in:

committed by
Dan Williams

parent
a6f7dfff23
commit
1453abbebc
@@ -72,4 +72,6 @@ int main() {
|
||||
QDBusConnection::systemBus());
|
||||
|
||||
addConnection(interface, "__Test connection__");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
@@ -47,6 +47,7 @@ static gboolean
|
||||
verify (NMSetting *setting, GSList *all_settings)
|
||||
{
|
||||
NMSettingTemplate *self = NM_SETTING_TEMPLATE (setting);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user