Changeset 311
- Timestamp:
- 30/07/07 12:18:16 (16 months ago)
- Files:
-
- 1 modified
-
trunk/s2s/in.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/s2s/in.c
r310 r311 240 240 /* remove the initial (non-SSL) stream id from the in connections hash */ 241 241 xhash_zap(in->s2s->in, in->key); 242 free(in->key); 242 243 } 243 244 244 in->key = pstrdup(xhash_pool(in->routes),s->id);245 in->key = strdup(s->id); 245 246 246 247 /* track it - add to open streams hash and remove from new connections hash */
