Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GNOME
Settings
Commits
07bdf84d
Commit
07bdf84d
authored
Apr 18, 2013
by
Lionel Landwerlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user-accounts: fix wrong user data pointer usage
https://bugzilla.gnome.org/show_bug.cgi?id=698279
parent
aea864b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
panels/user-accounts/run-passwd.c
panels/user-accounts/run-passwd.c
+1
-1
No files found.
panels/user-accounts/run-passwd.c
View file @
07bdf84d
...
...
@@ -430,7 +430,7 @@ io_watch_stdout (GIOChannel *source, GIOCondition condition, PasswdHandler *pass
if
(
passwd_handler
->
chpasswd_cb
)
passwd_handler
->
chpasswd_cb
(
passwd_handler
,
error
,
passwd_handler
->
auth
_cb_data
);
passwd_handler
->
chpasswd
_cb_data
);
else
if
(
passwd_handler
->
auth_cb
)
passwd_handler
->
auth_cb
(
passwd_handler
,
error
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment