git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22119 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-12-03 22:02:48 +00:00
parent 0da674c673
commit 1816bb6dce

View File

@@ -185,7 +185,7 @@ acl_match_acl(krb5_context context,
* if (ret)
* krb5_errx(context, 1, "acl didn't match");
* ret = krb5_acl_match_string(context, "foo foo baz/kaka",
* "ss", "foo", &s, "foo/*");
* "ss", "foo", &s, "foo/\\*");
* if (ret) {
* // no need to free(s) on error
* assert(s == NULL);