qXfer:features:read queries.
+2008-04-04 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * server.c (handle_query): Never return "unsupported" for
+ qXfer:features:read queries.
+
2008-03-27 Ulrich Weigand <uweigand@de.ibm.com>
* server.c (get_features_xml): Fix inverted condition.
require_running (own_buf);
- /* Check for support. */
- document = get_features_xml ("target.xml");
- if (document == NULL)
- {
- own_buf[0] = '\0';
- return;
- }
-
/* Grab the annex, offset, and length. */
if (decode_xfer_read (own_buf + 20, &annex, &ofs, &len) < 0)
{