diff options
Diffstat (limited to 'daemon/bd.c')
-rw-r--r-- | daemon/bd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/bd.c b/daemon/bd.c index a20b90b..e883fb4 100644 --- a/daemon/bd.c +++ b/daemon/bd.c @@ -454,7 +454,6 @@ const char* bd_substitute(const ha_request_t* rq, const char* user, const char* ASSERT(rq && user && str); ASSERT(ctx->f_escape_value); - /* TODO: We need to be escaping the user and realm properly */ /* This starts a new block to join */ ha_bufcpy(rq->buf, ""); |