aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/internal.h')
-rw-r--r--src/daemon/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/internal.h b/src/daemon/internal.h
index fcacc523..0b5450e4 100644
--- a/src/daemon/internal.h
+++ b/src/daemon/internal.h
@@ -119,7 +119,7 @@ struct MHD_NonceNc
119 * Nonce counter, a value that increases for each subsequent 119 * Nonce counter, a value that increases for each subsequent
120 * request for the same nonce. 120 * request for the same nonce.
121 */ 121 */
122 unsigned int nc; 122 unsigned long int nc;
123 123
124 /** 124 /**
125 * Nonce value: 125 * Nonce value: