- return ENOSYS from gsoap copy func. handler
authorJiří Škrábal <nykolas@ics.muni.cz>
Mon, 14 Feb 2005 15:18:00 +0000 (15:18 +0000)
committerJiří Škrábal <nykolas@ics.muni.cz>
Mon, 14 Feb 2005 15:18:00 +0000 (15:18 +0000)
org.glite.security.gsoap-plugin/src/glite_gsplugin.c

index a3c607c..31626c1 100644 (file)
@@ -130,7 +130,7 @@ glite_gsplugin_copy(struct soap *soap, struct soap_plugin *dst, struct soap_plug
        pdprintf(("GSLITE_GSPLUGIN: glite_gsplugin_copy()\n"));
        /*      Should be the copy code here?
         */
-       return SOAP_OK;
+       return ENOSYS;
 }
 
 static void