summaryrefslogtreecommitdiff
path: root/daemon/digest.c
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-08-17 20:59:04 +0000
committerStef Walter <stef@memberwebs.com>2004-08-17 20:59:04 +0000
commitd92564c87818157b09ddfbf3314406b765ca390a (patch)
treedc37024dded77c30d769852cce0952f1b886f36c /daemon/digest.c
parent4af582bf3aa65e0a4ebb5723047c4d1e94d12f15 (diff)
- Changed 'goto finally' to RETURN(xx)
- Added MYSQL support and tested it.
Diffstat (limited to 'daemon/digest.c')
-rw-r--r--daemon/digest.c2
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);