From 8a903ebbb6682f934306bcc5fc108588d0606f60 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 24 Oct 2014 11:12:21 +0200 Subject: [PATCH] tweak comments about fd protocol version --- bacula/src/filed/authenticate.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bacula/src/filed/authenticate.c b/bacula/src/filed/authenticate.c index 47184a654c..dfff775876 100644 --- a/bacula/src/filed/authenticate.c +++ b/bacula/src/filed/authenticate.c @@ -34,6 +34,8 @@ const int dbglvl = 50; * 3 03Sep10 - added the restore object command for vss plugin 4.0 * 4 25Nov10 - added bandwidth command 5.1 * 5 01Jan14 - added SD Calls Client and api version to status command + * + * Next version should be 1000 */ #define FD_VERSION 5 -- 2.39.5