diff options
author | John F. Carr <jfc@mit.edu> | 1991-06-29 19:48:56 +0000 |
---|---|---|
committer | John F. Carr <jfc@mit.edu> | 1991-06-29 19:48:56 +0000 |
commit | ba0fb1e0a868af8c790c011a2da045d5e0f92d18 (patch) | |
tree | fccd95a367ba193a2ba00bcaf9bc10cacff1c503 /clients/xzwrite | |
parent | 570c01df6fb7fc192b95d82a5d0ec0831484571b (diff) |
Add 3rd arg to ZLocateUser().
Diffstat (limited to 'clients/xzwrite')
-rw-r--r-- | clients/xzwrite/zephyr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/xzwrite/zephyr.c b/clients/xzwrite/zephyr.c index 0db16ad..7c5f915 100644 --- a/clients/xzwrite/zephyr.c +++ b/clients/xzwrite/zephyr.c @@ -66,7 +66,7 @@ int zeph_locateable(user) if (index(user, '@') == NULL) sprintf(buf, "%s@%s", user, ZGetRealm()); - ZLocateUser(buf, &n); + ZLocateUser(buf, &n, ZAUTH); return (!! n); } |