]> hackdaworld.org Git - my-code/ivac.git/commitdiff
increase count variable while parsing in ivac_receive_info
authorhackbard <hackbard>
Tue, 11 May 2004 09:40:09 +0000 (09:40 +0000)
committerhackbard <hackbard>
Tue, 11 May 2004 09:40:09 +0000 (09:40 +0000)
src/ivac.c

index 4fede22d4f8a3d9f9d549a08ce858a625c69c582..0a29f21aaa9e415e9078f211f04f9ae0c91562fd 100644 (file)
@@ -180,6 +180,7 @@ int ivac_receive_info(int channel,t_ivac *ivac) {
                      READ,REMOVE);
           network_close(&(ivac->net),channel);
           memset(&(ivac->challenger[channel]),0,sizeof(t_challenger));
+          count+=6;
       default:
         puts("[ivac] ivac_receive_info, unknown character");
         return ERROR;