Commit 0b2a01ec 0b2a01ec3faa87a106531e829d45447566b72de7 by Sergey Poznyakoff

Fixed comment.

1 parent 740b1c84
...@@ -77,7 +77,7 @@ check_quota (char *name, size_t size, size_t *rest) ...@@ -77,7 +77,7 @@ check_quota (char *name, size_t size, size_t *rest)
77 rc = mu_dbm_fetch (db, named, &contentd); 77 rc = mu_dbm_fetch (db, named, &contentd);
78 if (rc) 78 if (rc)
79 { 79 {
80 //mu_error("can't fetch data: %s", strerror (rc)); 80 /*mu_error("can't fetch data: %s", strerror (rc));*/
81 return DEFRETVAL; 81 return DEFRETVAL;
82 } 82 }
83 if (!MU_DATUM_PTR (contentd)) 83 if (!MU_DATUM_PTR (contentd))
......