Fixed xsi:schemaLocation to use whitespace to separate members of the pair.
authorJouni Malinen <j@w1.fi>
Tue, 6 May 2008 18:29:14 +0000 (21:29 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 6 May 2008 18:29:14 +0000 (21:29 +0300)
src/eap_peer/tncc.c
src/eap_server/tncs.c

index cdbfc63..d1b7508 100644 (file)
@@ -39,7 +39,7 @@
 "xmlns=\"http://www.trustedcomputinggroup.org/IWG/TNC/1_0/IF_TNCCS#\" " \
 "xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" " \
 "xsi:schemaLocation=\"http://www.trustedcomputinggroup.org/IWG/TNC/1_0/" \
-"IF_TNCCS#https://www.trustedcomputinggroup.org/XML/SCHEMA/TNCCS_1.0.xsd\">\n"
+"IF_TNCCS# https://www.trustedcomputinggroup.org/XML/SCHEMA/TNCCS_1.0.xsd\">\n"
 #define IF_TNCCS_END "\n</TNCCS-Batch>"
 
 /* TNC IF-IMC */
index 7461351..21d83b3 100644 (file)
@@ -32,7 +32,7 @@
 "xmlns=\"http://www.trustedcomputinggroup.org/IWG/TNC/1_0/IF_TNCCS#\" " \
 "xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" " \
 "xsi:schemaLocation=\"http://www.trustedcomputinggroup.org/IWG/TNC/1_0/" \
-"IF_TNCCS#https://www.trustedcomputinggroup.org/XML/SCHEMA/TNCCS_1.0.xsd\">\n"
+"IF_TNCCS# https://www.trustedcomputinggroup.org/XML/SCHEMA/TNCCS_1.0.xsd\">\n"
 #define IF_TNCCS_END "\n</TNCCS-Batch>"
 
 /* TNC IF-IMV */