From 8d739a28f9f5c2e96b7b857de27320cc2b841b0f Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 23 Jul 2012 21:50:40 +0200 Subject: [PATCH] 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.. --- command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2