Fix: fencing: do not set call options twice in query
stonith_create_op() already adds the call options attribute to the operation
XML, and then initiate_remote_stonith_op() was explicitly adding the
attribute again. Now it passes the correct value to stonith_create_op()
so it is added once.