Fix typos.

This commit is contained in:
nekral-guest 2010-03-18 00:02:45 +00:00
parent 8402479e16
commit 11e132c8eb

View File

@ -464,7 +464,7 @@ shadowtcb_status shadowtcb_create(const char *name, uid_t uid)
if (!getdef_bool("USE_TCB")) if (!getdef_bool("USE_TCB"))
return SHADOWTCB_SUCCESS; return SHADOWTCB_SUCCESS;
if (stat(TCB_DIR, &tcbdir_stat) != 0) { if (stat(TCB_DIR, &tcbdir_stat) != 0) {
fprintf(stderr, _("%s: Cannot stat %s: %s\n"), Prog, tcbdir, strerror(errno)); fprintf(stderr, _("%s: Cannot stat %s: %s\n"), Prog, TCB_DIR, strerror(errno));
return SHADOWTCB_FAILURE; return SHADOWTCB_FAILURE;
} }
shadowgid = tcbdir_stat.st_gid; shadowgid = tcbdir_stat.st_gid;