/*********************************************************
- * Copyright (C) 2011-2016 VMware, Inc. All rights reserved.
+ * Copyright (C) 2011-2016,2020 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
groupNames[i],
&numKeys,
&gErr);
- if ((NULL == keyNames) && (NULL != gErr)) {
+ if (NULL != gErr) {
g_warning("%s: g_key_file_get_keys(%s) failed: %s\n",
__FUNCTION__, groupNames[i], gErr->message);
g_error_free(gErr);