goto FINISH_OFF;
}
- EM_DEBUG_LOG_SEC("recv_password_file_name [%s] input_incoming_server_password [%s]",
- recv_password_file_name, input_incoming_server_password);
- EM_DEBUG_LOG_SEC("send_password_file_name [%s] input_outgoing_server_password [%s]",
- send_password_file_name, input_outgoing_server_password);
+ if (input_incoming_server_password) {
+ EM_DEBUG_LOG_SEC("recv_password_file_name [%s] input_incoming_server_password [%s]",
+ recv_password_file_name, input_incoming_server_password);
+ }
+ if (input_outgoing_server_password) {
+ EM_DEBUG_LOG_SEC("send_password_file_name [%s] input_outgoing_server_password [%s]",
+ send_password_file_name, input_outgoing_server_password);
+ }
if (input_incoming_server_password) {
err = emcore_remove_password_in_key_manager(recv_password_file_name);
int rc = -1;
sqlite3 *local_db_handle = NULL;
char sql_query_string[QUERY_SIZE] = {0, };
-
+
local_db_handle = emstorage_get_db_connection(multi_user_name);
if (input_full_query == NULL || input_source_table_name == NULL || input_new_table_name == NULL) {