1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-24 14:20:59 +03:00

remove error log for ioctl

This commit is contained in:
david hill
2016-04-28 10:29:20 -05:00
parent 2d29b22631
commit 1c87287a15
2 changed files with 2 additions and 2 deletions

View File

@@ -1031,7 +1031,7 @@ void pingDeviceThread()
/* Read interface flags */
if (ioctl(sockfd, SIOCGIFFLAGS, &ifr) < 0) {
log.writeLog(__LINE__, "Error reading ioctl", LOG_TYPE_ERROR);
// not supported
close(sockfd);
break;
}

View File

@@ -8751,7 +8751,7 @@ int ProcessManager::OAMParentModuleChange()
/* Read interface flags */
if (ioctl(sockfd, SIOCGIFFLAGS, &ifr) < 0) {
log.writeLog(__LINE__, "Error reading ioctl for NIC #1", LOG_TYPE_ERROR);
// not supported
close(sockfd);
break;
}