summaryrefslogtreecommitdiffstats
path: root/src/wsman.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wsman.c')
-rw-r--r--src/wsman.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wsman.c b/src/wsman.c
index ca597a2..4abda24 100644
--- a/src/wsman.c
+++ b/src/wsman.c
@@ -785,12 +785,12 @@ int main(int argc, char **argv)
if (cim_references) {
wsmc_set_action_option(options,
FLAG_CIM_REFERENCES);
- options->dialect = WSM_ASSOCIATION_FILTER_DIALECT;
+ wsmc_set_dialect(WSM_ASSOCIATION_FILTER_DIALECT, options);
}
if (cim_associators) {
wsmc_set_action_option(options,
FLAG_CIM_ASSOCIATORS);
- options->dialect = WSM_ASSOCIATION_FILTER_DIALECT;
+ wsmc_set_dialect(WSM_ASSOCIATION_FILTER_DIALECT, options);
}
if (enum_optimize) {
wsmc_set_action_option(options,