aboutsummaryrefslogtreecommitdiffstats
path: root/src/client_file.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* client_file: remove pure attribute from client_allow_file().Anton Khirnov2012-08-131-1/+0
| | | | | | | | That function is not pure, it writes to error. When marked as pure, the compiler is allowed to assume it does not do anything to error, so it can remain NULL, which would result in an invalid read in print_error().
* playlist_edit: move UID check to client_allow_file()Max Kellermann2012-03-061-0/+43