mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-23 19:10:37 +02:00
trivial: fix a typo in nm-tool
This commit is contained in:
parent
3ec6ffe85f
commit
b880cbe829
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@
|
|||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*
|
||||
* (C) Copyright 2005 - 2009 Red Hat, Inc.
|
||||
* (C) Copyright 2005 - 2010 Red Hat, Inc.
|
||||
* (C) Copyright 2007 Novell, Inc.
|
||||
*/
|
||||
|
||||
|
|
@ -481,7 +481,7 @@ detail_vpn (gpointer data, gpointer user_data)
|
|||
g_return_if_fail (connection != NULL);
|
||||
|
||||
s_con = (NMSettingConnection *) nm_connection_get_setting (connection, NM_TYPE_SETTING_CONNECTION);
|
||||
g_return_if_fail (connection != NULL);
|
||||
g_return_if_fail (s_con != NULL);
|
||||
|
||||
print_header ("VPN", NULL, nm_setting_connection_get_id (s_con));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue