heimdal: fixed the use of error_message() in heimdal
commit231fe232397ea73aff6296c9f259793b4007cf90
authorAndrew Bartlett <abartlet@samba.org>
Mon, 8 Nov 2010 21:27:18 +0000 (9 08:27 +1100)
committerLove Hörnquist Åstrand <lha@h5l.org>
Mon, 8 Nov 2010 21:43:56 +0000 (8 13:43 -0800)
treed123221c009fb65d3dd0faeb331ca5cee10fd0bc
parentadaf780423d36eeb3ca2ce28a792e2c0ee9cac65
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