Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dbus
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
240
Issues
240
List
Boards
Labels
Service Desk
Milestones
Merge Requests
28
Merge Requests
28
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dbus
dbus
Commits
10c02633
Commit
10c02633
authored
Sep 25, 2017
by
Simon McVittie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dbus-1.10'
parents
6e736fed
7b623b65
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
tools/dbus-send.c
tools/dbus-send.c
+2
-0
No files found.
tools/dbus-send.c
View file @
10c02633
...
...
@@ -485,6 +485,7 @@ main (int argc, char *argv[])
DBusMessageIter
container_iter
;
type2
=
DBUS_TYPE_INVALID
;
secondary_type
=
DBUS_TYPE_INVALID
;
arg
=
argv
[
i
++
];
c
=
strchr
(
arg
,
':'
);
...
...
@@ -565,6 +566,7 @@ main (int argc, char *argv[])
}
else
if
(
container_type
==
DBUS_TYPE_DICT_ENTRY
)
{
_dbus_assert
(
secondary_type
!=
DBUS_TYPE_INVALID
);
append_dict
(
target_iter
,
type2
,
secondary_type
,
c
);
}
else
...
...
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