aboutsummaryrefslogtreecommitdiffstats
path: root/src/Client.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Client.hxx')
-rw-r--r--src/Client.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Client.hxx b/src/Client.hxx
index f0bc6b0f7..fd81b59e0 100644
--- a/src/Client.hxx
+++ b/src/Client.hxx
@@ -109,7 +109,7 @@ public:
* a local (UNIX domain) socket?
*/
bool IsLocal() const {
- return uid > 0;
+ return uid >= 0;
}
unsigned GetPermission() const {