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
No related branches found
No related tags found
No related merge requests found
......@@ -217,7 +217,7 @@ if(request.charAt(0)=='?') { // Handle "special" requests
case "sockopts":
for(i in sockopts)
writeln(format("%-10s = %d"
writeln(format("%-12s = %d"
,sockopts[i],client.socket.getoption(sockopts[i])));
break;
......
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