Skip to content

Commit

Permalink
Merge branch 'master' of hydra.mgdm.net:libmosquitto-php
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdm committed Sep 21, 2013
2 parents ce9cc8b + 9217926 commit 68990d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mosquitto.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,9 @@ static zend_object_value mosquitto_client_object_new() {

zend_object_value retval;
mosquitto_client_object *client;
#if PHP_VERSION_ID < 50399
zval *temp;
#endif

client = ecalloc(1, sizeof(mosquitto_client_object));
client->std.ce = mosquitto_ce_client;
Expand Down

0 comments on commit 68990d1

Please sign in to comment.