Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.3
NetworkManager-appindicator
NetworkManager-wrongly-placed-brace.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File NetworkManager-wrongly-placed-brace.patch of Package NetworkManager-appindicator
From 766494826ab040af9012bf9f2c575ab6dc0b9d5c Mon Sep 17 00:00:00 2001 From: Lubomir Rintel <lkundrak@v3.sk> Date: Tue, 29 Mar 2016 16:21:17 +0200 Subject: eap: fix a wrongly placed brace --- src/wireless-security/eap-method-leap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wireless-security/eap-method-leap.c b/src/wireless-security/eap-method-leap.c index e52c7a2..63e2d51 100644 --- a/src/wireless-security/eap-method-leap.c +++ b/src/wireless-security/eap-method-leap.c @@ -64,8 +64,8 @@ validate (EAPMethod *parent, GError **error) return FALSE; } - text = gtk_entry_get_text (method->password_entry); { - if (!text || !strlen (text)) + text = gtk_entry_get_text (method->password_entry); + if (!text || !strlen (text)) { g_set_error_literal (error, NMA_ERROR, NMA_ERROR_GENERIC, _("missing EAP-LEAP password")); return FALSE; } -- cgit v0.12
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor