Commit 4dacd0ef 4dacd0ef1c6e68cdb1f8997149fec78e01f44cfa by Sergey Poznyakoff

Bugfix.

1 parent 819a7a68
......@@ -468,7 +468,7 @@ notify_user (const char *user, const char *device, const char *path, off_t offse
return;
}
if ((status = stream_size (stream, size)))
if ((status = stream_size (stream, &size)))
{
syslog (LOG_ERR, _("can't get stream size (mailbox %s): %s"),
path, mu_strerror (status));
......