Commit 4ef02c6b 4ef02c6bf4306d3bb868e80f221f3536ca01cdd4 by Sergey Poznyakoff

Actually set quota if it is available

1 parent 91ddac61
...@@ -467,6 +467,8 @@ decode_tuple_new (mu_sql_connection_t conn, int n, ...@@ -467,6 +467,8 @@ decode_tuple_new (mu_sql_connection_t conn, int n,
467 shell, 467 shell,
468 mailbox_name, 468 mailbox_name,
469 1); 469 1);
470 if (rc == 0)
471 mu_auth_data_set_quota (*return_data, quota);
470 472
471 free (mailbox_name); 473 free (mailbox_name);
472 return rc; 474 return rc;
......