---
 src/cdma-voicecall.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cdma-voicecall.c b/src/cdma-voicecall.c
index fd38dd8..90cad10 100644
--- a/src/cdma-voicecall.c
+++ b/src/cdma-voicecall.c
@@ -251,7 +251,7 @@ static void manager_dial_callback(const struct ofono_error 
*error, void *data)
        }
 
        voicecall_set_call_lineid(vc);
-       vc->direction = CALL_DIRECTION_MOBILE_ORIGINATED;
+       vc->direction = OFONO_CALL_DIRECTION_MOBILE_ORIGINATED;
        voicecall_set_call_status(vc, CDMA_CALL_STATUS_DIALING);
 
        reply = dbus_message_new_method_return(vc->pending);
-- 
1.9.1

_______________________________________________
ofono mailing list
ofono@ofono.org
https://lists.ofono.org/mailman/listinfo/ofono

Reply via email to