mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 23:30:28 +01:00
test: add missing return values
Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
This commit is contained in:
parent
a6f7dfff23
commit
1453abbebc
2 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue