]> granicus.if.org Git - sudo/commitdiff
change an error() to errorx()
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 30 Dec 2010 22:02:43 +0000 (17:02 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 30 Dec 2010 22:02:43 +0000 (17:02 -0500)
plugins/sudoers/sudoreplay.c

index 06fcc20920d9f1c8071fe20f43350a46198e118f..b0f077d928ee5dbcfe09fb47b17cb525fa9e49ba 100644 (file)
@@ -315,7 +315,7 @@ main(int argc, char *argv[])
     if (getline(&cp, &len, lfile) == -1 ||
        getline(&cp, &len, lfile) == -1 ||
        getline(&cp, &len, lfile) == -1) {
-       error(1, "invalid log file %s", path);
+       errorx(1, "invalid log file %s", path);
     }
     printf("Replaying sudo session: %s", cp);
     free(cp);