Skip to content
Snippets Groups Projects
Commit fef7914f authored by Kristof Szabados's avatar Kristof Szabados
Browse files
parent 6eb58c18
No related branches found
No related tags found
No related merge requests found
......@@ -1157,7 +1157,7 @@ boolean Cli::conditionHolds(waitStateEnum askedState)
int Cli::getHostIndex(const char* hostname)
{
int hostname_len = strlen(hostname);
size_t hostname_len = strlen(hostname);
int index, found = -1;
for (index = 0; ; index++) {
const mctr::host_struct *host =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment