Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
NetworkManager
NetworkManager
Commits
1453abbe
Commit
1453abbe
authored
Oct 07, 2011
by
Thomas Jarosch
Committed by
Dan Williams
Oct 10, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: add missing return values
Signed-off-by:
Thomas Jarosch
<
thomas.jarosch@intra2net.com
>
parent
a6f7dfff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
examples/C/qt/add-connection-wired.cpp
examples/C/qt/add-connection-wired.cpp
+2
-0
libnm-util/nm-setting-template.c
libnm-util/nm-setting-template.c
+1
-0
No files found.
examples/C/qt/add-connection-wired.cpp
View file @
1453abbe
...
@@ -72,4 +72,6 @@ int main() {
...
@@ -72,4 +72,6 @@ int main() {
QDBusConnection
::
systemBus
());
QDBusConnection
::
systemBus
());
addConnection
(
interface
,
"__Test connection__"
);
addConnection
(
interface
,
"__Test connection__"
);
return
0
;
}
}
libnm-util/nm-setting-template.c
View file @
1453abbe
...
@@ -47,6 +47,7 @@ static gboolean
...
@@ -47,6 +47,7 @@ static gboolean
verify
(
NMSetting
*
setting
,
GSList
*
all_settings
)
verify
(
NMSetting
*
setting
,
GSList
*
all_settings
)
{
{
NMSettingTemplate
*
self
=
NM_SETTING_TEMPLATE
(
setting
);
NMSettingTemplate
*
self
=
NM_SETTING_TEMPLATE
(
setting
);
return
TRUE
;
}
}
static
void
static
void
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment