projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3e6d42
)
Correct a comment
author
Greg Hudson
<ghudson@mit.edu>
Tue, 24 Aug 2010 22:57:40 +0000
(22:57 +0000)
committer
Greg Hudson
<ghudson@mit.edu>
Tue, 24 Aug 2010 22:57:40 +0000
(22:57 +0000)
ticket: 6761
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24255
dc483132
-0cff-0310-8789-
dd5450dbe970
src/util/profile/prof_parse.c
patch
|
blob
|
history
diff --git
a/src/util/profile/prof_parse.c
b/src/util/profile/prof_parse.c
index 1ed4484430a797ef3b443f1a158731be28badb05..742db055522f9f7d00edf09228f8846745e76ee8 100644
(file)
--- a/
src/util/profile/prof_parse.c
+++ b/
src/util/profile/prof_parse.c
@@
-219,8
+219,8
@@
static errcode_t parse_include_file(char *filename, struct parse_state *state)
return retval;
}
-/* Return non-zero if filename contains only alphanumeric characters
and
- * underscores. */
+/* Return non-zero if filename contains only alphanumeric characters
, dashes,
+ *
and
underscores. */
static int valid_name(const char *filename)
{
const char *p;