]> Pileus Git - ~andy/fetchmail/commitdiff
Nalin Dahyabhai's fix to make rpa.c compile. Sent by Miloslav Trmac.
authorMatthias Andree <matthias.andree@gmx.de>
Sun, 3 Jul 2005 18:24:54 +0000 (18:24 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Sun, 3 Jul 2005 18:24:54 +0000 (18:24 -0000)
svn path=/trunk/; revision=4073

NEWS
rpa.c

diff --git a/NEWS b/NEWS
index a2cc1d5e06f9ac4c5ffb5c02e11ab6021e979241..948ac91059849cd8e28a447463ebe16eec29caf4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -85,6 +85,8 @@ fetchmail 6.3.0 (not yet released officially):
   possibly fixing Red Hat bug #114470. (Matthias Andree).
 * Nalin Dahyabhai's patch to use the krb5-config script, if present.
   Sent by Miloslav Trmac. (Matthias Andree)
+* Nalin Dahyabhai's fix to make rpa.c compile. Sent by Miloslav Trmac.
+  (Matthias Andree)
 
 fetchmail-6.2.5 (Wed Oct 15 18:39:22 EDT 2003), 23079 lines:
 
diff --git a/rpa.c b/rpa.c
index 7a3cae8a5ddd638eb16a195f7d2021884cf48cb8..cb61b3f21fe8e484348722714fb38bd928ef957a 100644 (file)
--- a/rpa.c
+++ b/rpa.c
@@ -114,10 +114,10 @@ int POP3_auth_rpa (unsigned char *userid, unsigned char *passphrase, int socket)
     unsigned char buf [POPBUFSIZE];
     unsigned char *bufp;
     int      status,aulin,kuslin;
-    char* stdec[4] = { NGT_("Success") ,
-                      NGT_("Restricted user (something wrong with account)") ,
-                      NGT_("Invalid userid or passphrase") ,
-                      NGT_("Deity error") };
+    char* stdec[4] = { N_("Success") ,
+                      N_("Restricted user (something wrong with account)") ,
+                      N_("Invalid userid or passphrase") ,
+                      N_("Deity error") };
 
     /* Initiate RPA authorisation */