summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/asn1/symbol.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/lib/asn1/symbol.c')
-rw-r--r--source4/heimdal/lib/asn1/symbol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/asn1/symbol.c b/source4/heimdal/lib/asn1/symbol.c
index e65876a032..93d2cd4594 100644
--- a/source4/heimdal/lib/asn1/symbol.c
+++ b/source4/heimdal/lib/asn1/symbol.c
@@ -93,7 +93,7 @@ checkfunc(void *ptr, void *arg)
{
Symbol *s = ptr;
if (s->stype == SUndefined) {
- error_message("%s is still undefined\n", s->name);
+ lex_err_message("%s is still undefined\n", s->name);
*(int *) arg = 1;
}
return 0;