We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87bb625 commit 1fc3f0aCopy full SHA for 1fc3f0a
Makefile
@@ -29,7 +29,7 @@ INSTALL := install
29
DESTDIR := /
30
PREFIX := /usr
31
32
-VERSION := 1.3
+VERSION := 1.4
33
34
all: audisp-cef
35
audisp-cef.c
@@ -129,7 +129,7 @@ int main(int argc, char *argv[])
129
nodename[64] = '\0';
130
ht = gethostbyname(nodename);
131
if (ht == NULL) {
132
- hostname = strpdup("localhost");
+ hostname = strdup("localhost");
133
syslog(LOG_ALERT,
134
"gethostbyname could not find machine hostname, please fix this. Using %s as fallback. Error: %s",
135
hostname, hstrerror(h_errno));
0 commit comments