]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/authenticate.c
kes Implement FD version to allow easier protocol changes.
[bacula/bacula] / bacula / src / filed / authenticate.c
index 0f0e01081b750ea3ec1851ecb79c19c267896b26..474577de982dfd6192de386e07effac0c9c262d4 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2007 Free Software Foundation Europe e.V.
+   Copyright (C) 2000-2008 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
 
 const int dbglvl = 50;
 
-static char OK_hello[]  = "2000 OK Hello\n";
+/* Version at end of Hello
+ *   prior to 10Mar08 no version
+ *   1 10Mar08
+ */
+static char OK_hello[]  = "2000 OK Hello 1\n";
 static char Dir_sorry[] = "2999 No go\n";
 static pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;