- Timestamp:
- 09/16/09 05:01:19 (4 years ago)
- git-parent:
- Files:
-
- src/noit_check_rest.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/noit_check_rest.c
r7010bc5 r25fec2c 482 482 if(!uuid_conf || strcasecmp(uuid_conf, pats[1])) 483 483 FAIL("internal error uuid"); 484 /* update check here */485 484 486 485 /* make sure this isn't a dup */ … … 507 506 } 508 507 508 if(noit_conf_write_file(NULL) != 0) 509 noitL(noit_error, "local config write failed\n"); 509 510 noit_conf_mark_changed(); 510 511 noit_poller_reload(xpath);
