diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/clientapi/op_client.c | 3 | ||||
-rw-r--r-- | src/core/engine/conf.c | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/core/clientapi/op_client.c b/src/core/clientapi/op_client.c index 43479e6..86f5608 100644 --- a/src/core/clientapi/op_client.c +++ b/src/core/clientapi/op_client.c @@ -1450,4 +1450,5 @@ axis2_op_client_set_reuse( axis2_bool_t reuse) { op_client->reuse = reuse; -}
\ No newline at end of file +} + diff --git a/src/core/engine/conf.c b/src/core/engine/conf.c index b26798a..a59c79d 100644 --- a/src/core/engine/conf.c +++ b/src/core/engine/conf.c @@ -1902,3 +1902,4 @@ axis2_conf_disengage_module( return AXIS2_FAILURE;
}
+
|