X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.c;h=f2c54973888ab17557f2854eaa069dc52563837c;hp=e625990213b295b9be3577db3670dbc6d80f3427;hb=298ad3958d76fc775dfd0503ae4b1e43dce70f04;hpb=5d506faba5e49d3fc7eecb5b7d80b515241871d4 diff --git a/command.c b/command.c index e6259902..f2c54973 100644 --- a/command.c +++ b/command.c @@ -44,7 +44,6 @@ extern const char *status_item_list[NUM_STAT_ITEMS]; extern struct misc_meta_data *mmd; extern struct gengetopt_args_info conf; extern struct audio_file_selector selectors[]; -extern struct audio_format afl[]; extern struct sender senders[]; extern char *user_list; struct sockaddr_in *in_addr; @@ -1175,7 +1174,7 @@ int handle_connect(int fd, struct sockaddr_in *addr) if (use_rc4) { crypt_function_recv = rc4_recv; crypt_function_send = rc4_send; - PARA_INFO_LOG("%s", "rc4 encrytion activated\n"); + PARA_INFO_LOG("%s", "rc4 encryption activated\n"); } /* read command */ while ((numbytes = recv_buffer(fd, buf, sizeof(buf))) > 0) {