Skip to content

Commit 1fc3f0a

Browse files
Guillaume Destuyndergdestuynder
authored andcommitted
Version bump 1.4
1 parent 87bb625 commit 1fc3f0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ INSTALL := install
2929
DESTDIR := /
3030
PREFIX := /usr
3131

32-
VERSION := 1.3
32+
VERSION := 1.4
3333

3434
all: audisp-cef
3535

audisp-cef.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ int main(int argc, char *argv[])
129129
nodename[64] = '\0';
130130
ht = gethostbyname(nodename);
131131
if (ht == NULL) {
132-
hostname = strpdup("localhost");
132+
hostname = strdup("localhost");
133133
syslog(LOG_ALERT,
134134
"gethostbyname could not find machine hostname, please fix this. Using %s as fallback. Error: %s",
135135
hostname, hstrerror(h_errno));

0 commit comments

Comments
 (0)