diff options
author | Garance A Drosehn <gad@FreeBSD.org> | 2003-06-12 03:30:10 +0000 |
---|---|---|
committer | Garance A Drosehn <gad@FreeBSD.org> | 2003-06-12 03:30:10 +0000 |
commit | da464120d5194eec0a1c440406d8390692e51911 (patch) | |
tree | af32e6485ade81b04dd38b9916457eadc24a32b3 /usr.sbin/lpr/common_source | |
parent | e86c7447c2d6a30f17dd5ad9ae39b735642981c4 (diff) |
Notes
Diffstat (limited to 'usr.sbin/lpr/common_source')
-rw-r--r-- | usr.sbin/lpr/common_source/ctlinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lpr/common_source/ctlinfo.c b/usr.sbin/lpr/common_source/ctlinfo.c index 3e704f2eb446d..78b1de7fe1cf6 100644 --- a/usr.sbin/lpr/common_source/ctlinfo.c +++ b/usr.sbin/lpr/common_source/ctlinfo.c @@ -563,7 +563,7 @@ ctl_renametf(const char *ptrname, const char *tfname) if (cjinf->cji_mailto == NULL) nogood = 1; else { - for (cp = cjinf->cji_acctuser; *cp != '\0'; cp++) { + for (cp = cjinf->cji_mailto; *cp != '\0'; cp++) { if (*cp <= ' ') { nogood = 1; break; |