]> granicus.if.org Git - sudo/commitdiff
Change remaining errorx -> fatalx
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 20 Apr 2013 19:09:47 +0000 (15:09 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 20 Apr 2013 19:09:47 +0000 (15:09 -0400)
src/sesh.c

index c676f0faecdb8933d3579536f4ab6001730aa168..9f9aa78f1890defce19d0e5b8c14ea3f59d0bf5c 100644 (file)
@@ -54,7 +54,7 @@ main(int argc, char *argv[], char *envp[])
     textdomain(PACKAGE_NAME);
 
     if (argc < 2)
-       errorx(EXIT_FAILURE, _("requires at least one argument"));
+       fatalx(_("requires at least one argument"));
 
     /* Read sudo.conf. */
     sudo_conf_read(NULL);