community/afpfs-ng: fix build with gcc 14
Fix:
afp.c: In function 'afp_server_connect':
afp.c:668:9: error: implicit declaration of function 'afp_server_identify'; did you mean 'afp_server_destroy'? [-Wimplicit-function-declaration]
668 | afp_server_identify(server);
| ^~~~~~~~~~~~~~~~~~~
| afp_server_destroy