[yast-commit] r39194 - in /trunk/openwsman-yast: configure.in src/Makefile.am src/openwsman/ src/yast_stub_custom.c
Author: kkaempf Date: Fri Jul 6 11:37:58 2007 New Revision: 39194 URL: http://svn.opensuse.org/viewcvs/yast?rev=39194&view=rev Log: latest 'trunk' of openwsman provides all include files & access functions thus dropping src/openwsman Removed: trunk/openwsman-yast/src/openwsman/ Modified: trunk/openwsman-yast/configure.in trunk/openwsman-yast/src/Makefile.am trunk/openwsman-yast/src/yast_stub_custom.c Modified: trunk/openwsman-yast/configure.in URL: http://svn.opensuse.org/viewcvs/yast/trunk/openwsman-yast/configure.in?rev=39194&r1=39193&r2=39194&view=diff ============================================================================== --- trunk/openwsman-yast/configure.in (original) +++ trunk/openwsman-yast/configure.in Fri Jul 6 11:37:58 2007 @@ -221,5 +221,4 @@ AC_OUTPUT([ Makefile src/Makefile - src/openwsman/Makefile ]) Modified: trunk/openwsman-yast/src/Makefile.am URL: http://svn.opensuse.org/viewcvs/yast/trunk/openwsman-yast/src/Makefile.am?rev=39194&r1=39193&r2=39194&view=diff ============================================================================== --- trunk/openwsman-yast/src/Makefile.am (original) +++ trunk/openwsman-yast/src/Makefile.am Fri Jul 6 11:37:58 2007 @@ -1,5 +1,6 @@ -SUBDIRS = openwsman - +# +# Makefile.am for openwsman-yast/src +# plugindir = @WSMAN_PLUGIN_DIR@ y2plugindir = $(libdir)/YaST2/plugin Modified: trunk/openwsman-yast/src/yast_stub_custom.c URL: http://svn.opensuse.org/viewcvs/yast/trunk/openwsman-yast/src/yast_stub_custom.c?rev=39194&r1=39193&r2=39194&view=diff ============================================================================== --- trunk/openwsman-yast/src/yast_stub_custom.c (original) +++ trunk/openwsman-yast/src/yast_stub_custom.c Fri Jul 6 11:37:58 2007 @@ -56,8 +56,6 @@ #include <wsman-xml-api.h> #include <wsman-xml-serializer.h> -#include <wsman-dispatcher.h> - #include "yast.h" @@ -117,9 +115,7 @@ // retrieve the custom action - op_t *_op = (op_t *)op; - WsmanMessage *msg = (WsmanMessage *)_op->data; - + WsmanMessage *msg = wsman_get_msg_from_op( op ); if (!msg) { status.fault_code = WSMAN_INTERNAL_ERROR; status.fault_detail_code = WSMAN_DETAIL_FORMAT_MISMATCH; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
kkaempf@svn.opensuse.org