diff options
Diffstat (limited to 'dev/ideviceheartbeat.c')
| -rw-r--r-- | dev/ideviceheartbeat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ideviceheartbeat.c b/dev/ideviceheartbeat.c index aecf9a0..4fb56ff 100644 --- a/dev/ideviceheartbeat.c +++ b/dev/ideviceheartbeat.c | |||
| @@ -101,7 +101,7 @@ int main(int argc, char *argv[]) | |||
| 101 | } | 101 | } |
| 102 | 102 | ||
| 103 | /* start heartbeat service on device */ | 103 | /* start heartbeat service on device */ |
| 104 | heartbeat_start_service(device, &heartbeat); | 104 | heartbeat_client_start_service(device, &heartbeat); |
| 105 | 105 | ||
| 106 | if (heartbeat) { | 106 | if (heartbeat) { |
| 107 | printf("< heartbeat started, listening...\n"); | 107 | printf("< heartbeat started, listening...\n"); |
