summaryrefslogtreecommitdiffstats
path: root/src/jsonuidrangeauthority.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jsonuidrangeauthority.cpp')
-rw-r--r--src/jsonuidrangeauthority.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jsonuidrangeauthority.cpp b/src/jsonuidrangeauthority.cpp
index 798be37..da5b620 100644
--- a/src/jsonuidrangeauthority.cpp
+++ b/src/jsonuidrangeauthority.cpp
@@ -153,7 +153,7 @@ AuthorizationRecord JsonUIDRangeAuthority::clientConnected(JsonStream *stream)
if (!socket)
return authRecord;
- if (socket->socketDescriptor() == (quintptr)-1) {
+ if (socket->socketDescriptor() == (qintptr)-1) {
qWarning() << Q_FUNC_INFO << "no socket descriptor available for connection" << socket;
return authRecord;
}