X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.c;h=9c8ef85c4304f4c3fdcd10ae4117b866c3e2270e;hp=d317c345314908b4629d7452e2f5fec4cb172f67;hb=d4fd7f0255b3fc8c9405dba3b4f5618384c6024b;hpb=a4bfba86151b74bc2abb9d54d45d48db3c11496f diff --git a/command.c b/command.c index d317c345..9c8ef85c 100644 --- a/command.c +++ b/command.c @@ -879,6 +879,7 @@ static int com_next(__unused int socket_fd, int argc, __unused char **argv) if (argc) return -E_COMMAND_SYNTAX; mmd_lock(); + mmd->events++; mmd->new_afs_status_flags |= AFS_NEXT; mmd_unlock(); return 1;