Skip to content

Commit 5eb2f4d

Browse files
author
linzhong
committed
优化
1 parent 4ac7123 commit 5eb2f4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DqServer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ private function get_fd(){
236236
socket_close($sfd);
237237
throw new DqException('socket_set_option failed reason:'.socket_strerror(socket_last_error()));
238238
}
239-
$this->fd = $sfd;
239+
$this->fd = $sfd;
240240
return $sfd;
241241
}catch (DqException $e){
242242
self::wirteLog($e->getDqMessage(),DqLog::LOG_TYPE_EXCEPTION);

0 commit comments

Comments
 (0)