summaryrefslogtreecommitdiff
path: root/src/stubs/cauthgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stubs/cauthgen.c')
-rw-r--r--src/stubs/cauthgen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stubs/cauthgen.c b/src/stubs/cauthgen.c
index 026c52d..10086e4 100644
--- a/src/stubs/cauthgen.c
+++ b/src/stubs/cauthgen.c
@@ -10,5 +10,6 @@
weak int
client_auth_generation(ClientPtr client)
{
+ OVERRIDE_SYMBOL(client_auth_generation, client);
return 0;
}