diff options
Diffstat (limited to 'os/rpcauth.c')
-rw-r--r-- | os/rpcauth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/rpcauth.c b/os/rpcauth.c index 989a49a06..63b97b675 100644 --- a/os/rpcauth.c +++ b/os/rpcauth.c @@ -128,7 +128,7 @@ static char rpc_error[MAXNETNAMELEN+50]; _X_HIDDEN XID SecureRPCCheck (unsigned short data_length, const char *data, - ClientPtr client, char **reason) + ClientPtr client, const char **reason) { char *fullname; |