From 17cc20846bc6a5bee23ab213ac554f12185af756 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 15 Sep 2008 02:01:50 +0000 Subject: up version --- configure.in | 4 ++-- src/wsman.c | 2 +- 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); -- cgit