svn rev #24255: trunk/src/util/profile/
ghudson@MIT.EDU
ghudson at MIT.EDU
Tue Aug 24 18:57:41 EDT 2010
http://src.mit.edu/fisheye/changelog/krb5/?cs=24255
Commit By: ghudson
Log Message:
ticket: 6761
Correct a comment.
Changed Files:
U trunk/src/util/profile/prof_parse.c
Modified: trunk/src/util/profile/prof_parse.c
===================================================================
--- trunk/src/util/profile/prof_parse.c 2010-08-24 22:45:37 UTC (rev 24254)
+++ trunk/src/util/profile/prof_parse.c 2010-08-24 22:57:40 UTC (rev 24255)
@@ -219,8 +219,8 @@
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;
More information about the cvs-krb5
mailing list