Add const qualifier to unix_nolisten

Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Łukasz Stelmach
2013-07-09 16:24:43 +02:00
committed by Alan Coopersmith
parent bd53f4c854
commit f6a161f2a0

View File

@@ -2429,7 +2429,7 @@ Xtransport TRANS(SocketLocalFuncs) = {
#endif /* !LOCALCONN */
# ifdef TRANS_SERVER
# if !defined(LOCALCONN)
static char* unix_nolisten[] = { "local" , NULL };
static const char* unix_nolisten[] = { "local" , NULL };
# endif
# endif