This commit is contained in:
Christian Grothoff 2015-09-15 17:28:57 +02:00
parent e68446e0a8
commit e44f0309ee
2 changed files with 3 additions and 1 deletions

View File

@ -33,6 +33,7 @@
/**
* Is the configuration file is set to include wire format 'sepa'?
* Needs #3972 to be solved first.
*/
#define WIRE_SEPA 0

View File

@ -58,7 +58,8 @@ TMH_WIRE_handler_wire (struct TMH_RequestHandler *rh,
/* NOTE: for now, we only support *ONE* wire format per
mint instance; if we supply multiple, we need to
add the strings for each type separately here -- and
hash the 0-terminated strings above differently as well... */
hash the 0-terminated strings above differently as well...
See #3972. */
json_array_append_new (methods,
json_string (TMH_expected_wire_format));
return TMH_RESPONSE_reply_json_pack (connection,