mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 18:20:10 +01:00
Revert "fix gcc warnings"
The patch doesn't fix compilation.
This reverts commit 98cabe557f.
This commit is contained in:
parent
628371423b
commit
c0705faaf2
1 changed files with 1 additions and 1 deletions
|
|
@ -434,7 +434,7 @@ nm_uuid_generate_from_strings_strv(NMUuidType uuid_type,
|
|||
{
|
||||
nm_auto_str_buf NMStrBuf str = NM_STR_BUF_INIT_A(NM_UTILS_GET_NEXT_REALLOC_SIZE_232, TRUE);
|
||||
gsize slen;
|
||||
const char *s = NULL;
|
||||
const char *s;
|
||||
|
||||
if (len >= 0) {
|
||||
gboolean has_nulls = FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue