Files
heimdal/lib/ntlm
Jeffrey Altman 15a2537a79 lib/ntlm: double quote backslash in error tables
The error string

  missing @ or \ in name

must have the backslash double quoted as

  missing @ or \\\\ in name

because of how compile_et parses the input and generates its output.
Otherwise, when compiling the generated ntlm_err.c a warning will
be produced because of invalid quoting of a space.

Change-Id: I994d3eb896098914702e418a0ef5cad783d16a5a
2016-04-13 19:38:34 -05:00
..
2008-09-13 08:53:55 +00:00
2016-02-26 01:04:31 -06:00
2015-03-21 15:44:48 -04:00
2013-11-18 15:43:44 +01:00