Changeset 1a2a411c38b705707cb68f958c0931050cb1d199
- Timestamp:
- 07/02/08 21:52:08
(2 months ago)
- Author:
- Rémi Denis-Courmont <rdenis@simphalempin.com>
- git-committer:
- Rémi Denis-Courmont <rdenis@simphalempin.com> 1215028328 +0300
- git-parent:
[984766504502f31ce375f873a20e34ace880d7ac]
- git-author:
- Rémi Denis-Courmont <rdenis@simphalempin.com> 1215028328 +0300
- Message:
Ignore invalid ACL allow line
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd666030 |
r1a2a411 |
|
| 378 | 378 | { |
|---|
| 379 | 379 | msg_Err( p_acl->p_owner, "cannot add ACL from %s", psz_path ); |
|---|
| 380 | | goto error; |
|---|
| | 380 | continue; |
|---|
| 381 | 381 | } |
|---|
| 382 | 382 | } |
|---|