heimdal: fixed the use of error_message() in heimdal
commit2e34d7cf6e55cbc3778954c62ef4a3d153dd12ce
authorAndrew Bartlett <abartlet@samba.org>
Mon, 8 Nov 2010 21:27:18 +0000 (9 08:27 +1100)
committerLove Hornquist Astrand <lha@h5l.org>
Mon, 8 Nov 2010 21:43:25 +0000 (8 13:43 -0800)
treeb25f28142fcfa48cf12bc97beee2fb95b735ab77
parent2e31740f62ba18aafc1a15639e2ec9e89594a9ff
heimdal: fixed the use of error_message() in heimdal

the lex code in heimdal had a function error_message() which is
confusingly the ame as a core function from the com_err library. This
replaces it with lex_error_message(), and allows Samba4 to have a
stricter check for duplicate symbols between it's components.

Pair-Programmed-With: Andrew Tridgell <tridge@samba.org>

Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
lib/asn1/asn1parse.y
lib/asn1/gen_decode.c
lib/asn1/lex.h
lib/asn1/lex.l
lib/asn1/symbol.c