Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update magichome.class.php
  • Loading branch information
directman66 committed Sep 16, 2018
1 parent 607b627 commit a3dff65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/magichome/magichome.class.php
Expand Up @@ -322,7 +322,7 @@ function scan() {


socket_sendto($cs, $str, strlen($str), 0, $ip, $port); socket_sendto($cs, $str, strlen($str), 0, $ip, $port);
//socket_recvfrom($sock, $buf,100, 0, $ip, $port); //socket_recvfrom($sock, $buf,100, 0, $ip, $port);
while(socket_recvfrom($cs, $buf, 2048, 0, $ip, $port)){ while(@socket_recvfrom($cs, $buf, 1024, 0, $ip, $port)){


//sg('test.buf',$buf); //sg('test.buf',$buf);


Expand Down

0 comments on commit a3dff65

Please sign in to comment.