]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/console/authenticate.c
Create patch that may fix bug #1298 and bug #1304, which causes
[bacula/bacula] / bacula / src / console / authenticate.c
index cd10b99f0a85cad7378ca711067b5784a03d0887..2297943b98ff948935728c461a1bf7d452191162 100644 (file)
@@ -47,10 +47,10 @@ void senditf(const char *fmt, ...);
 void sendit(const char *buf);
 
 /* Commands sent to Director */
-static char hello[]    = N_("Hello %s calling\n");
+static char hello[]    = "Hello %s calling\n";
 
 /* Response from Director */
-static char OKhello[]   = N_("1000 OK:");
+static char OKhello[]   = "1000 OK:";
 
 /* Forward referenced functions */