]> git.tuebingen.mpg.de Git - paraslash.git/commit
score_update(): Don't return an error if file is not admissible.
authorAndre Noll <maan@systemlinux.org>
Sun, 6 Jul 2008 22:23:36 +0000 (00:23 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 6 Jul 2008 22:23:36 +0000 (00:23 +0200)
commitd3989f99f26082c8e69dddcc9be13b7c4d09421d
tree4846212614749aaf1813679659badcab6a9aaf07
parent6a0876b8ebae7ff007617e9c9a4e0e72744cfa23
score_update(): Don't return an error if file is not admissible.

This function is called whenever the afs_info struct changed,
for example if the user executed a touch command. Simply
ignore the request to update the score in case the file is not
contained in the score table.
score.c