Page MenuHomeFreeBSD

D7278.diff
No OneTemporary

D7278.diff

Index: head/usr.sbin/ctld/login.c
===================================================================
--- head/usr.sbin/ctld/login.c
+++ head/usr.sbin/ctld/login.c
@@ -569,7 +569,7 @@
tmp = MAX_BURST_LENGTH;
}
conn->conn_max_burst_length = tmp;
- keys_add(response_keys, name, value);
+ keys_add_int(response_keys, name, tmp);
} else if (strcmp(name, "FirstBurstLength") == 0) {
tmp = strtoul(value, NULL, 10);
if (tmp <= 0) {

File Metadata

Mime Type
text/plain
Expires
Fri, Apr 24, 1:08 PM (6 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32077631
Default Alt Text
D7278.diff (447 B)

Event Timeline