Now what you're doing in the trunk :-)


Peter Smith wrote:
> To fix some errors I encountered in db.c:
> 
> --- db.c    2007-03-01 19:12:24.000000000 -0600
> +++ db.c    2007-03-01 19:14:00.000000000 -0600
> @@ -979,6 +979,9 @@
> 
> int db_check_sievescript_quota(u64_t user_idnr, u64_t scriptlen)
> {
> +        char query[DEF_QUERYSIZE];
> +        memset(query,0,DEF_QUERYSIZE);
> +
>        TRACE(TRACE_DEBUG, "checking %llu sievescript quota with %llu"
>                , user_idnr, scriptlen);
> 
> @@ -1001,6 +1004,9 @@
> 
> int db_set_sievescript_quota(u64_t user_idnr, u64_t quotasize)
> {
> +        char query[DEF_QUERYSIZE];
> +        memset(query,0,DEF_QUERYSIZE);
> +
>        TRACE(TRACE_DEBUG, "setting sievescript quota for user [%llu] to
> [%llu]",
>                user_idnr, quotasize);
> 
> @@ -1020,6 +1026,9 @@
> 
> int db_get_sievescript_quota(u64_t user_idnr, u64_t * quotasize)
> {
> +        char query[DEF_QUERYSIZE];
> +        memset(query,0,DEF_QUERYSIZE);
> +
>        TRACE(TRACE_DEBUG, "getting sievescript quota for [%llu]",
> user_idnr);
> 
>        *quotasize = 0;
> 
> _______________________________________________
> Dbmail-dev mailing list
> [email protected]
> http://twister.fastxs.net/mailman/listinfo/dbmail-dev
> 


-- 
  ________________________________________________________________
  Paul Stevens                                      paul at nfg.nl
  NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
  The Netherlands________________________________http://www.nfg.nl
_______________________________________________
Dbmail-dev mailing list
[email protected]
http://twister.fastxs.net/mailman/listinfo/dbmail-dev

Reply via email to