mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 04:20:23 +01:00
libnm-util: fix DEFAULT_MAP_SIZE; broken by ff88cf12c2
This commit is contained in:
parent
39feeeb065
commit
0993ea3989
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ static guint signals[LAST_SIGNAL] = { 0 };
|
|||
|
||||
static GHashTable *registered_settings = NULL;
|
||||
|
||||
#define DEFAULT_MAP_SIZE 14
|
||||
#define DEFAULT_MAP_SIZE 15
|
||||
|
||||
static struct SettingInfo {
|
||||
const char *name;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue