Changeset 3bb173cf96820890f68d6a545d236a84a939ec37
- Timestamp:
- 10/29/09 18:12:49
(4 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1256839969 +0000
- git-parent:
[670f01e50c4bf8c2e20f6be14acc73b631d91163]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1256839969 +0000
- Message:
fix the other user of this, refs #205
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb9a4230 |
r3bb173c |
|
| 400 | 400 | noit_hash_retr_str(data->options, "group", 4, &group); |
|---|
| 401 | 401 | } |
|---|
| 402 | | noit_security_usergroup(user, group); |
|---|
| | 402 | noit_security_usergroup(user, group, noit_false); |
|---|
| 403 | 403 | exit(external_child(data)); |
|---|
| 404 | 404 | } |
|---|