projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9805c05
)
(parse_user_spec): Remove debugging printf I'd added.
author
Jim Meyering
<jim@meyering.net>
Thu, 21 Sep 2000 05:40:28 +0000
(
05:40
+0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 21 Sep 2000 05:40:28 +0000
(
05:40
+0000)
Argh!
lib/userspec.c
patch
|
blob
|
history
diff --git
a/lib/userspec.c
b/lib/userspec.c
index 67bde6574d298324af290f7efd3b299f98334f33..27b687d43eae25e586c9cec17dda6e918ef270b7 100644
(file)
--- a/
lib/userspec.c
+++ b/
lib/userspec.c
@@
-261,7
+261,6
@@
parse_user_spec (const char *spec_arg, uid_t *uid, gid_t *gid,
if (xstrtoul (u, NULL, 0, &tmp_long, NULL) != LONGINT_OK
|| tmp_long > MAXUID)
return _(E_invalid_user);
- printf ("MAXUID: %u\n", (uid_t) MAXUID);
*uid = tmp_long;
}
}