Skip to content

Commit a26f260

Browse files
MirkoCovizzirlubos
authored andcommitted
samples: cellular: modem_shell: remove deprecated RAI
Remove deprecated RAI socket options. Signed-off-by: Mirko Covizzi <[email protected]>
1 parent 5df4b3f commit a26f260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/cellular/modem_shell/src/ping/icmp_ping.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ static uint32_t send_ping_wait_reply(struct icmp_ping_shell_cmd_argv *ping_args,
431431
ret = setsockopt(fd, SOL_SOCKET, SO_RAI, &rai_option, sizeof(rai_option));
432432
if (ret) {
433433
ping_error(
434-
ping_args, "setsockopt() for SO_RAI_NO_DATA failed with error %d",
434+
ping_args, "setsockopt() for RAI_NO_DATA failed with error %d",
435435
errno);
436436
goto close_end;
437437
}

0 commit comments

Comments
 (0)