Commit ff2c5385 ff2c5385c5611886f4710a99cb2b36e66e64adfd by Alain Magloire

Cleanup.

1 parent 33c340f1
......@@ -29,8 +29,6 @@
#include <imap0.h>
#define PROP_RFC822 1
/* Variable use for the registrar. */
static struct _record _imap_record =
{
......
......@@ -205,7 +205,7 @@ property_unset (property_t prop, const char *k)
int
property_is_set (property_t prop, const char *k)
{
int n = 0;
size_t n = 0;
property_get_value (prop, k, NULL, 0, &n);
return (n != 0);
}
......