Skip to content
Snippets Groups Projects
Commit e19b662d authored by deuce's avatar deuce
Browse files

As per js_com.c so shall it be in js_socket.c

parent 8f5987e7
No related branches found
No related tags found
No related merge requests found
......@@ -1284,7 +1284,6 @@ static JSBool js_socket_get(JSContext *cx, JSObject *obj, jsval id, jsval *vp)
break;
case SOCK_PROP_DESCRIPTOR:
*vp = INT_TO_JSVAL(p->sock);
p->is_connected = TRUE;
break;
case SOCK_PROP_NONBLOCKING:
*vp = BOOLEAN_TO_JSVAL(p->nonblocking);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment