mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-01 17:00:36 +00:00
linux: plug a set-but-not-used var
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
11c5495554
commit
93494e425b
@ -163,7 +163,7 @@ linux_sysctl(struct thread *td, struct linux_sysctl_args *args)
|
||||
sbuf_printf(sb, "} is not implemented");
|
||||
sbuf_finish(sb);
|
||||
sysctl_string = sbuf_data(sb);
|
||||
linux_msg(td, "%s", sbuf_data(sb));
|
||||
linux_msg(td, "%s", sysctl_string);
|
||||
LIN_SDT_PROBE1(sysctl, linux_sysctl, unsupported_sysctl,
|
||||
sysctl_string);
|
||||
sbuf_delete(sb);
|
||||
|
Loading…
Reference in New Issue
Block a user