Commit 09339535fc5c41fd016488ad890c847268767016

Authored by grouille
1 parent 534ec4d1

Oubli d'un \n

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
ProtocoleTCP_Charges
... ... @@ -37,9 +37,9 @@ Resultat execution charge:
37 37 $C&C: "result?\n"
38 38 $bot: "OKresult\n"
39 39 $C&C: "%d\n", id
40   -$bot: "OKid" //si id existe pas, renvoie "NOKid\n" et stop l'echange
  40 +$bot: "OKid\n" //si id existe pas, renvoie "NOKid\n" et stop l'echange
41 41 $bot: "%d\n", executions[id].result.size
42 42 $C&C: "OKresult_size\n"
43 43 $bot: "%s\n", executions[id].result //on envoi octect par octet
44 44 $C&C: "bye"\n" //qd a recu tt les packets
45 45 -$bot: "bye"\n"
  46 +$bot: "bye"\n"
46 47 \ No newline at end of file
... ...