X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=daemon%2Fui.c;h=9d10fa2a8792a2dcd9a90b5b6e55f2be1a7c3057;hb=7ed4c9cd4106d72f1458f7cefe550ef312fea925;hp=01e1a52150d4592662d262f002a69f18ddc96f70;hpb=821e3843c3fd59ed4806b4e1c40b9ade078c2f61;p=doldaconnect.git diff --git a/daemon/ui.c b/daemon/ui.c index 01e1a52..9d10fa2 100644 --- a/daemon/ui.c +++ b/daemon/ui.c @@ -34,6 +34,7 @@ #include #include #include +#include #ifdef HAVE_CONFIG_H #include @@ -370,7 +371,7 @@ static void cmd_connect(struct socket *sk, struct uidata *data, int argc, wchar_ return; } } - sq(sk, 0, L"201", L"1", L"2", L"Dolda Connect daemon v" VERSION, NULL); + sq(sk, 0, L"201", L"1", L"3", L"Dolda Connect daemon v" VERSION, NULL); } static void cmd_notfound(struct socket *sk, struct uidata *data, int argc, wchar_t **argv)