From: Andre Noll Date: Mon, 23 Jul 2012 19:50:40 +0000 (+0200) Subject: server: Remove "foo" feature. X-Git-Tag: v0.4.12~46 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=8d739a28f9f5c2e96b7b857de27320cc2b841b0f;p=paraslash.git server: Remove "foo" feature. Oops, this feature was added only for testing feature negotiation with multiple features and should have been deleted before 0.4.11 was released. This was even mentioned in the commit message of e151dbb7, which introduced the bogus "foo" feature.. --- diff --git a/command.c b/command.c index f9bace34..53465e30 100644 --- a/command.c +++ b/command.c @@ -984,7 +984,7 @@ __noreturn void handle_connect(int fd, const char *peername) /* send Welcome message */ ret = write_va_buffer(fd, "This is para_server, version " PACKAGE_VERSION ".\n" - "Features: sideband,foo\n" + "Features: sideband\n" ); if (ret < 0) goto net_err;