We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a12f1dd + fc49951 commit be55e23Copy full SHA for be55e23
1 file changed
examples/mi-conf.c
@@ -81,8 +81,8 @@ int find_port(nvme_mi_ep_t ep, uint8_t *portp, uint16_t *mtup)
81
82
int set_local_mtu(sd_bus *bus, unsigned int net, uint8_t eid, uint32_t mtu)
83
{
84
+ sd_bus_error err = SD_BUS_ERROR_NULL;
85
sd_bus_message *resp;
- sd_bus_error err;
86
char *ep_path;
87
int rc;
88
0 commit comments