Changeset 5534:ea9da1d777c7 in roaraudio for roarclients/roarclientpass.c


Ignore:
Timestamp:
06/12/12 14:59:42 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Done more hardending work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarclientpass.c

    r5381 r5534  
    115115 struct roar_connection    con; 
    116116 struct roar_client        client; 
    117  char * server    = NULL; 
    118  char * k; 
     117 const char * server    = NULL; 
     118 const char * k; 
    119119 int    i; 
    120120 int    clientfh  = -1; 
     
    125125 int    mode      = ROAR_SOCKET_MODE_NONE; 
    126126 int    type      = ROAR_SOCKET_TYPE_UNKNOWN; 
    127  char * host      = NULL; 
     127 const char * host      = NULL; 
    128128 int    port      = -1; 
    129129 enum {PASSFH, EXEC} command = PASSFH; 
Note: See TracChangeset for help on using the changeset viewer.