Skip to content

Commit 0e48e28

Browse files
author
alexnas
committed
syslog.class.php
618 - if($this->_rfc == NET_SYSLOG_RFC542X && $this->protocol == NET_SYSLOG_TLS) { + if($this->_rfc == NET_SYSLOG_RFC542X && $this->_protocol == NET_SYSLOG_TLS) {
1 parent 19c6a53 commit 0e48e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syslog.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ public function logger($priority = 133, $content = "Default content",
615615
$this->openSocket();
616616

617617
// RFC 5425
618-
if($this->_rfc == NET_SYSLOG_RFC542X && $this->protocol == NET_SYSLOG_TLS) {
618+
if($this->_rfc == NET_SYSLOG_RFC542X && $this->_protocol == NET_SYSLOG_TLS) {
619619
$message = strlen($message)." ".$message;
620620
}
621621

0 commit comments

Comments
 (0)