projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9946159
)
Show warning if peer dbus connection does not provide credentials #438.
author
Daniel Carl
<danielcarl@gmx.de>
Wed, 10 Oct 2018 07:47:49 +0000
(09:47 +0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Wed, 10 Oct 2018 07:47:49 +0000
(09:47 +0200)
src/ext-proxy.c
patch
|
blob
|
history
diff --git
a/src/ext-proxy.c
b/src/ext-proxy.c
index
da00a3b
..
4c99bae
100644
(file)
--- a/
src/ext-proxy.c
+++ b/
src/ext-proxy.c
@@
-109,6
+109,8
@@
static gboolean on_authorize_authenticated_peer(GDBusAuthObserver *observer,
g_error_free(error);
}
g_object_unref(own_credentials);
+ } else {
+ g_warning ("No credentials received from web extension.\n");
}
return authorized;