mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-02 20:46:54 +00:00
strchrnul: fix copy-paste braino
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
678d600f50
commit
10bf1adb43
@ -33,7 +33,6 @@ char *strchrnul(const char *s, int c_in)
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wcast-align"
|
||||
for (rta = __NLMSG_RTA(h, sizeof(*ifi)); __NLMSG_RTAOK(rta, h);
|
||||
c = (unsigned char)c_in;
|
||||
|
||||
/* Handle the first few characters by reading one character at a time.
|
||||
|
Loading…
Reference in New Issue
Block a user