Changeset 362 for trunk/src/sh_socket.c


Ignore:
Timestamp:
Oct 19, 2011, 12:16:31 AM (13 years ago)
Author:
katerina
Message:

Fix for ticket #267 (Multiple compiler warnings with gcc 4.6.1).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_socket.c

    r315 r362  
    11261126char * sh_socket_check(const char * client_name)
    11271127{
    1128   struct socket_cmd * old = cmdlist;
    11291128  struct socket_cmd * new = cmdlist;
    11301129  static char         out[SH_MAXMSGLEN];
     
    11391138          return out;
    11401139        }
    1141       old = new;
    11421140      new = new->next;
    11431141    }
Note: See TracChangeset for help on using the changeset viewer.