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

Cosmetic change only in ?sockopts request (pad sock opt names).

parent b5db1f7f
Branches
Tags
No related merge requests found
...@@ -217,7 +217,7 @@ if(request.charAt(0)=='?') { // Handle "special" requests ...@@ -217,7 +217,7 @@ if(request.charAt(0)=='?') { // Handle "special" requests
case "sockopts": case "sockopts":
for(i in sockopts) for(i in sockopts)
writeln(format("%-10s = %d" writeln(format("%-12s = %d"
,sockopts[i],client.socket.getoption(sockopts[i]))); ,sockopts[i],client.socket.getoption(sockopts[i])));
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment