summaryrefslogtreecommitdiff
path: root/isisd/modified/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'isisd/modified/thread.c')
-rw-r--r--isisd/modified/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/modified/thread.c b/isisd/modified/thread.c
index af954b83..8364c4d7 100644
--- a/isisd/modified/thread.c
+++ b/isisd/modified/thread.c
@@ -611,7 +611,7 @@ thread_fetch (struct thread_master *m, struct thread *fetch)
if (errno == EINTR)
continue;
- zlog_warn ("select() error: %s", strerror (errno));
+ zlog_warn ("select() error: %s", safe_strerror (errno));
return NULL;
}