diff options
Diffstat (limited to 'dev')
| -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[])  	}  	/* start heartbeat service on device */ -	heartbeat_start_service(device, &heartbeat); +	heartbeat_client_start_service(device, &heartbeat);  	if (heartbeat) {  		printf("< heartbeat started, listening...\n"); | 
