Refactor: libcrmservice: give static analysis a hint
Static analysis found a false positive use-of-uninitialized-value due to the
theoretical possibility of a fork callback changing op->synchronous, which
can't really happen. Initialize a variable to NULL to silence this.