Skip to content
Snippets Groups Projects
Commit b0f13163 authored by rswindell's avatar rswindell
Browse files

list_users() actually counts the number of systems displayed rather than

replied.
parent ba99b284
No related branches found
No related tags found
No related merge requests found
...@@ -199,6 +199,7 @@ function list_users(show) ...@@ -199,6 +199,7 @@ function list_users(show)
console.line_counter=0; // defeat pause console.line_counter=0; // defeat pause
printf("\1n\1h%-25.25s\1n ",sys[i].addr); printf("\1n\1h%-25.25s\1n ",sys[i].addr);
} }
replies++; // we're adding the number of Finger requests here
sock = new Socket(); sock = new Socket();
is_connected = false; is_connected = false;
...@@ -235,7 +236,6 @@ function list_users(show) ...@@ -235,7 +236,6 @@ function list_users(show)
parse_response(response,show); parse_response(response,show);
replies++;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment