Skip to content
Snippets Groups Projects
Commit 4afaf404 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

minor cleanup

parent 4204aee7
No related branches found
No related tags found
No related merge requests found
......@@ -626,7 +626,6 @@ parse_acl(
fname, lineno );
}
if ( strcasecmp( argv[i], "*" ) == 0 ) {
bv.bv_val = ch_strdup( "*" );
bv.bv_len = 1;
......@@ -1108,7 +1107,8 @@ parse_acl(
if ( expand ) {
fprintf( stderr,
"%s: line %d: "
"\"expand\" modifier with \"expand\" style\n",
"\"expand\" modifier "
"with \"expand\" style\n",
fname, lineno );
}
sty = ACL_STYLE_BASE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment