FolderWizard: fix crash in FolderWizardRemotePath::slotHandleLsColNetworkError
authorOlivier Goffart <ogoffart@woboq.com>
Fri, 28 Jul 2017 08:13:07 +0000 (10:13 +0200)
committerMarkus Goetz <markus@woboq.com>
Fri, 28 Jul 2017 09:57:08 +0000 (11:57 +0200)
commitf707a43b3cff0491ac5b0428d0e18a3aa3fa2db3
treef898dd49a701cd8f03f1501944d86a2b56144dde
parent7a96e8a292c9d543ce772a5aadb76d36157b7dd2
FolderWizard: fix crash in FolderWizardRemotePath::slotHandleLsColNetworkError

The Job is a LsColJob, not a MkColJob!

Reproduce by entering a name with invalid character that cause an error 400
in the folder wizard's remote path line edit.

(Relates issue #5924)
src/gui/folderwizard.cpp