Imported Upstream version 1.8.2
[debian/sudo] / plugins / sudoers / auth / securid.c
index bcea4e97d27af31018f620b2a4d03505af12637c..0f53511032b05e85cd955fc95a4f90c1be20670d 100644 (file)
@@ -79,7 +79,7 @@ securid_setup(struct passwd *pw, char **promptp, sudo_auth *auth)
        strlcpy(sd->username, pw->pw_name, 32);
        return AUTH_SUCCESS;
     } else {
-       warningx("unable to contact the SecurID server");
+       warningx(_("unable to contact the SecurID server"));
        return AUTH_FATAL;
     }
 }