mhttpd odb editor cannot delete "hostname[0]"

Issue #142 resolved
dd1 created an issue

The mhttpd odb editor (mjson_rpc "db_delete") cannot delete ODB entry with name "Hostname[0]" (returns status 312). odbedit can delete it without error. Note: it is an invalid odb name - square brackets are not permitted in odb names. K.O.

Comments (1)

  1. dd1 reporter

    fixed in commit 9fae4a8 - odb validator will reject names with square brackets and replace them with temporary names in the form 0xnnnn which are easy to delete. K.O.

  2. Log in to comment