Changeset 839ed4b45ead30b4c16f8196190d8e185d1ef116
- Timestamp:
- 11/22/08 04:49:44
(9 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1227329384 +0000
- git-parent:
[cee63b89dc83bf064bb88917ccaf822b60c77660]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1227329384 +0000
- Message:
fixes #62
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
r66c613e |
r839ed4b |
|
187 | 187 | if(noit_conf_load(config_file) == -1) { |
---|
188 | 188 | noitL(noit_error, "Cannot load config: '%s'\n", config_file); |
---|
| 189 | exit(-1); |
---|
189 | 190 | } |
---|
190 | 191 | |
---|
rcb0464f |
r839ed4b |
|
114 | 114 | if(noit_conf_load(config_file) == -1) { |
---|
115 | 115 | fprintf(stderr, "Cannot load config: '%s'\n", config_file); |
---|
| 116 | exit(2); |
---|
116 | 117 | } |
---|
117 | 118 | |
---|