iscsi: fix warnings with -Wwrite-strings
Simplest fix is to use const where possible, and use a different var for asprintf and string literals in login.c.
Showing
Please register or sign in to comment
Simplest fix is to use const where possible, and use a different var for asprintf and string literals in login.c.