mirror of
https://github.com/systemd/systemd
synced 2025-09-24 22:34:45 +02:00
Compare commits
No commits in common. "32fcf399bfe7ff6e08ace48106567f8848a1b6e0" and "4df4df5b56917f4f66f708a83f4e1aa8b38ea922" have entirely different histories.
32fcf399bf
...
4df4df5b56
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
#define RTNL_DEFAULT_TIMEOUT ((usec_t) (25 * USEC_PER_SEC))
|
#define RTNL_DEFAULT_TIMEOUT ((usec_t) (25 * USEC_PER_SEC))
|
||||||
|
|
||||||
|
#define RTNL_WQUEUE_MAX 1024
|
||||||
#define RTNL_RQUEUE_MAX 64*1024
|
#define RTNL_RQUEUE_MAX 64*1024
|
||||||
|
|
||||||
#define RTNL_CONTAINER_DEPTH 32
|
#define RTNL_CONTAINER_DEPTH 32
|
||||||
|
@ -140,7 +140,7 @@ static int apply_all(OrderedHashmap *sysctl_options) {
|
|||||||
|
|
||||||
k = glob_extend(&paths, pattern);
|
k = glob_extend(&paths, pattern);
|
||||||
if (k < 0) {
|
if (k < 0) {
|
||||||
if (option->ignore_failure || ERRNO_IS_PRIVILEGE(k))
|
if (option->ignore_failure || ERRNO_IS_PRIVILEGE(r))
|
||||||
log_debug_errno(k, "Failed to resolve glob '%s', ignoring: %m",
|
log_debug_errno(k, "Failed to resolve glob '%s', ignoring: %m",
|
||||||
option->key);
|
option->key);
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user