diff options
Diffstat (limited to 'daemon/digest.c')
-rw-r--r-- | daemon/digest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/digest.c b/daemon/digest.c index bce588e..968399a 100644 --- a/daemon/digest.c +++ b/daemon/digest.c @@ -291,6 +291,8 @@ int digest_pre_check(digest_context_t* dg, const ha_context_t* opts, ha_buffer_t /* Validate the nc */ else { + /* TODO: We need to validate the nc properly. Somehow that's not + * happening here. */ char* e; long nc = strtol(dg->client.nc, &e, 16); |