summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnas Nashif <nashif@intel.com>2008-09-15 02:01:50 +0000
committerAnas Nashif <nashif@intel.com>2008-09-15 02:01:50 +0000
commit17cc20846bc6a5bee23ab213ac554f12185af756 (patch)
treee2efeee2afcb0165f978d6a7871a389c44d20322
parentb709c2b62036d710e1aad28ab04e1e1708153994 (diff)
downloadwsmancli-17cc20846bc6a5bee23ab213ac554f12185af756.tar.gz
wsmancli-17cc20846bc6a5bee23ab213ac554f12185af756.tar.xz
wsmancli-17cc20846bc6a5bee23ab213ac554f12185af756.zip
up version
-rw-r--r--configure.in4
-rw-r--r--src/wsman.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 691fa64..e68aeae 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(wsmancli, 2.0.0)
+AC_INIT(wsmancli, 2.1.0)
AC_CONFIG_SRCDIR(wsmancli.spec.in)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)
@@ -15,7 +15,7 @@ AC_HEADER_STDC
WSMAN_PKG=$PACKAGE_NAME
AC_SUBST(WSMAN_PKG)
-PKG_CHECK_MODULES(OPENWSMAN, [openwsman >= 2.0.0])
+PKG_CHECK_MODULES(OPENWSMAN, [openwsman >= 2.1.0])
have_cunit=no
AC_CHECK_HEADERS([CUnit/Basic.h], have_cunit="yes" )
AM_CONDITIONAL(BUILD_CUNIT_TESTS, test "$have_cunit" == "yes")
diff --git a/src/wsman.c b/src/wsman.c
index 742b7fe..effd19e 100644
--- a/src/wsman.c
+++ b/src/wsman.c
@@ -785,7 +785,7 @@ int main(int argc, char **argv)
}
if (hash_count(selectors_new) > 0 )
- filter = filter_create_selector(selectors_new, NULL);
+ filter = filter_create_selector(selectors_new);
}
} else {
filter = filter_create_simple(wsm_dialect, wsm_filter);