Changeset 15e4046f07eb5eb9daf1907c2b1c3f2ce5aae791
- Timestamp:
- 24/01/08 17:07:43
(9 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1201190863 +0000
- git-parent:
[262c049bddab97077b49e00600a33ccd242d052d]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1201190863 +0000
- Message:
...and consistent semantics
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r262c049 |
r15e4046 |
|
| 321 | 321 | name, psz_name ); |
|---|
| 322 | 322 | } |
|---|
| 323 | | if( p_conf->b_safe ) |
|---|
| | 323 | if( !p_conf->b_safe ) |
|---|
| 324 | 324 | { |
|---|
| 325 | 325 | int policy = config_GetInt( p_this, "security-policy" ); |
|---|
| r262c049 |
r15e4046 |
|
| 1100 | 1100 | { |
|---|
| 1101 | 1101 | module_config_t *p_config = config_FindConfig( p_obj, psz_name ); |
|---|
| 1102 | | if( p_config->b_safe ) |
|---|
| | 1102 | if( !p_config->b_safe ) |
|---|
| 1103 | 1103 | { |
|---|
| 1104 | 1104 | int policy = config_GetInt( p_obj, "security-policy" ); |
|---|