summaryrefslogtreecommitdiff
path: root/dbus-proxy
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-09-25 10:53:59 +0200
committerAlexander Larsson <alexl@redhat.com>2015-09-25 10:53:59 +0200
commite45d0a7d46d3964319e997b2d31eec3e2eb136e3 (patch)
tree9f437db6e489e3bd69dd8a04816783d0bdef929d /dbus-proxy
parent64dae1d7db822ebab6aa4b2df223a74bf50048cc (diff)
downloadxdg-app-e45d0a7d46d3964319e997b2d31eec3e2eb136e3.tar.gz
Fix regression is dbus proxy
Diffstat (limited to 'dbus-proxy')
-rw-r--r--dbus-proxy/xdg-app-proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus-proxy/xdg-app-proxy.c b/dbus-proxy/xdg-app-proxy.c
index 333cc35..e2e7744 100644
--- a/dbus-proxy/xdg-app-proxy.c
+++ b/dbus-proxy/xdg-app-proxy.c
@@ -618,7 +618,7 @@ buffer_read (ProxySide *side,
}
else
{
- int flags;
+ int flags = 0;
v.buffer = &buffer->data[buffer->pos];
v.size = buffer->size - buffer->pos;