From 4a8d63b918284dab83c12062da610b61509e6f50 Mon Sep 17 00:00:00 2001 From: rd235 Date: Sat, 19 May 2007 13:17:45 +0000 Subject: [PATCH] Connection banner changed (to avoid a problem with automatic mgmt) git-svn-id: https://vde.svn.sourceforge.net/svnroot/vde/trunk@163 d37a7db1-d92d-0410-89df-f68f52f87b57 --- vde-2/consmgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vde-2/consmgmt.c b/vde-2/consmgmt.c index 7f9b975..c6b3bd6 100644 --- a/vde-2/consmgmt.c +++ b/vde-2/consmgmt.c @@ -52,7 +52,7 @@ static unsigned int mgmt_ctl=-1; static unsigned int mgmt_data=-1; static int mgmt_mode = 0600; static char *mgmt_socket = NULL; -static char header[]="VDE switch V.%s\n(C) Virtual Square Team (leader: R. Davoli) 2005,2006,2007 - GPLv2\n"; +static char header[]="VDE switch V.%s\n(C) Virtual Square Team (coord. R. Davoli) 2005,2006,2007 - GPLv2\n"; static char prompt[]="\nvde: "; static struct comlist *clh=NULL; -- 2.11.4.GIT