aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/Client.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-11-18 21:38:44 +0100
committerMax Kellermann <max@duempel.org>2014-11-18 21:38:44 +0100
commitdc03f003ac8e1d569b2d8b679e4f84b7602d560e (patch)
treed7af25f884fb1810c7edaf6fb372aa80cacfa5b2 /src/client/Client.hxx
parent460cfba6ff76ed58e6f6778cfeb9dd424d7fe75a (diff)
parent7aa2104596f283c6af22b7b721267065cda86237 (diff)
downloadmpd-dc03f003ac8e1d569b2d8b679e4f84b7602d560e.tar.gz
mpd-dc03f003ac8e1d569b2d8b679e4f84b7602d560e.tar.xz
mpd-dc03f003ac8e1d569b2d8b679e4f84b7602d560e.zip
Merge tag 'v0.18.18' into v0.19.x
Diffstat (limited to 'src/client/Client.hxx')
-rw-r--r--src/client/Client.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/Client.hxx b/src/client/Client.hxx
index 849a11ed4..c0a940ded 100644
--- a/src/client/Client.hxx
+++ b/src/client/Client.hxx
@@ -127,7 +127,7 @@ public:
* a local (UNIX domain) socket?
*/
bool IsLocal() const {
- return uid > 0;
+ return uid >= 0;
}
unsigned GetPermission() const {