Changeset 4054
- Timestamp:
- Nov 27, 2009, 11:53:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/screen_list.c
r4048 r4054 160 160 161 161 if (screen_list->socket_path[SOCK_SERVER]) 162 { 163 /* FIXME test that we are the server */ 164 if (!screen_list->dp) 165 unlink(screen_list->socket_path[SOCK_SERVER]); 162 166 free(screen_list->socket_path[SOCK_SERVER]); 167 } 163 168 164 169 if (screen_list->socket_path[SOCK_CLIENT]) 165 170 { 166 unlink(screen_list->socket_path[SOCK_CLIENT]); 171 /* FIXME test that we are the client */ 172 if (screen_list->dp) 173 174 unlink(screen_list->socket_path[SOCK_CLIENT]); 167 175 free(screen_list->socket_path[SOCK_CLIENT]); 168 176 }
Note: See TracChangeset
for help on using the changeset viewer.