Changeset 50d9d445d1f452a2221c72c68c437965081f732e
- Timestamp:
- 12/31/08 15:36:36
(4 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1230737796 +0000
- git-parent:
[15ce866645e39e58dcb2b87b790417ad2590adcc]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1230737796 +0000
- Message:
ouch, little bug
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r057e0c6 |
r50d9d44 |
|
| 399 | 399 | if(!noit_hash_retrieve(&listener_commands, |
|---|
| 400 | 400 | (char *)&listener_dispatch, sizeof(listener_dispatch), |
|---|
| 401 | | (void **)delegation_table)) { |
|---|
| | 401 | (void **)&delegation_table)) { |
|---|
| 402 | 402 | delegation_table = calloc(1, sizeof(*delegation_table)); |
|---|
| 403 | 403 | handler_copy = malloc(sizeof(*handler_copy)); |
|---|