Merge "DPM: fix bug. wrong dbus return value." into tizen
[platform/core/system/storaged.git] / src / block / block.c
index 0d654c9..bef93ad 100644 (file)
@@ -3556,6 +3556,7 @@ static DBusMessage *request_control_block(dbus_method_reply_handle_h reply_handl
                goto out;
        }
 
+       ret = 0;
        if (enable == 1) {
                _I("control block Enable");
                block_start(NULL);