Fix FTBFS caused by incompatible cast

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a535b014a3)
r14.1.x r14.1.2
Michele Calgaro 3 weeks ago
parent fd2a99a7db
commit 388a3d39f7
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -351,7 +351,7 @@ static gboolean dcop_client_attach_internal( DcopClient *client, gboolean anonym
(char *)(DCOPReleaseString),
1, DCOPVersions,
DCOPAuthCount,
(char **)(DCOPAuthNames),
DCOPAuthNames,
DCOPClientAuthProcs, 0 ) ) < 0 )
{
ERR( "Communications could not be established." );

Loading…
Cancel
Save