Various patches are applied
[platform/framework/web/livebox-viewer.git] / src / master_rpc.c
index 6e80932..984ec1a 100644 (file)
@@ -1,11 +1,11 @@
 /*
  * Copyright 2013  Samsung Electronics Co., Ltd
  *
- * Licensed under the Flora License, Version 1.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
- * http://www.tizenopensource.org/license
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
@@ -200,9 +200,6 @@ int master_rpc_async_request(struct livebox *handler, struct packet *packet, int
        command = create_command(handler, packet);
        if (!command) {
                ErrPrint("Failed to create a command\n");
-               if (ret_cb)
-                       ret_cb(handler, NULL, data);
-
                packet_unref(packet);
                return LB_STATUS_ERROR_FAULT;
        }