summaryrefslogtreecommitdiff
path: root/res/ari/ari_websockets.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/ari/ari_websockets.c')
-rw-r--r--res/ari/ari_websockets.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/res/ari/ari_websockets.c b/res/ari/ari_websockets.c
index 683f00e19..f3b764bf1 100644
--- a/res/ari/ari_websockets.c
+++ b/res/ari/ari_websockets.c
@@ -104,12 +104,6 @@ struct ast_json *ast_ari_websocket_session_read(
return NULL;
}
-
- if (ast_websocket_fd(session->ws_session) <= 0) {
- return NULL;
- }
-
-
while (!message) {
int res;
char *payload;