From ba196dc05d3210d5c3441889cb50120dd082bed7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 5 Jul 2012 15:18:24 +0200 Subject: [PATCH] isds_commercial_permission.count is unsigned long int --- src/isds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/isds.h b/src/isds.h index 90d6e93..cde882d 100644 --- a/src/isds.h +++ b/src/isds.h @@ -626,7 +626,7 @@ struct isds_commercial_permission { char *payer; /* Owner of this box ID pays */ struct timeval *expiration; /* This permissions is valid until; NULL means indefinitivly. */ - unsigned int *count; /* Number of messages that can be sent + unsigned long int *count; /* Number of messages that can be sent on this permission; NULL means unlimited. */ char *reply_identifier; /* Identifier to pair request and response -- 2.11.4.GIT