]> andersk Git - openssh.git/blobdiff - packet.c
Oops.. =) mispelt NGROUPS_MAX.
[openssh.git] / packet.c
index 1b7cd162bea33d66dbdcd1e4628818cef5f35bdc..53495b9337196077add8d2c094e4be9fb584e548 100644 (file)
--- a/packet.c
+++ b/packet.c
@@ -1259,9 +1259,9 @@ packet_set_interactive(int interactive)
                 */
 #if defined(IP_TOS) && !defined(IP_TOS_IS_BROKEN)
                if (packet_connection_is_ipv4()) {
-                       if (setsockopt(connection_in, IPPROTO_IP, IP_TOS, 
+                       if (setsockopt(connection_in, IPPROTO_IP, IP_TOS,
                            (void *) &lowdelay, sizeof(lowdelay)) < 0)
-                               error("setsockopt IPTOS_LOWDELAY: %.100s", 
+                               error("setsockopt IPTOS_LOWDELAY: %.100s",
                                    strerror(errno));
                }
 #endif
This page took 0.102119 seconds and 4 git commands to generate.