Print unknown_str in case of error
authorSiIky <siiky@users.noreply.github.com>
Sat, 17 Feb 2018 18:08:27 +0000 (18:08 +0000)
committerSiIky <siiky@users.noreply.github.com>
Sat, 17 Feb 2018 18:08:27 +0000 (18:08 +0000)
commit9ca1ac62f9aa6e01afb3697cc4b966d085be9d3a
treea037c1df6b3ca01f8f295488c622e74b66a300f5
parent8bfe4b2e280e4d4b9762d3a93c4ec94c2fc9d754
Print unknown_str in case of error

func can return NULL in case of error, but no checking is done when
printing, and unknown_str wasn't being used anywhere.
slstatus.c