GNOME Bugzilla – Bug 694150
Don't ask for samba password on non-samba servers
Last modified: 2013-02-19 13:37:27 UTC
New printer dialog asks for password for samba server even if server on entered address doesn't run samba server. I'm working on fix for this.
Created attachment 236754 [details] [review] don't ask for samba password if not needed Attached patch fixes this bug. It is a trivial check of errno for EACCES.
Review of attachment 236754 [details] [review]: Looks fine.
Comment on attachment 236754 [details] [review] don't ask for samba password if not needed Thank you very much for the quick review.