Skip to content

user_notify: return a error when the notification directory can't be read

Štěpán Henek requested to merge user_notify_fix into master

In some cases the function dir_content() ends with errno ENOSYS for no reason. This commit assures that an error is displayed to the user otherwise foris fails with an error.

Merge request reports