tarantool / tarantool-php

PECL PHP driver for Tarantool
http://tarantool.org/
Other
86 stars 24 forks source link

Fix build error #114

Closed AlexMasterov closed 7 years ago

AlexMasterov commented 7 years ago

This fixes the build error:

/tmp/tarantool-php/src/tarantool_network.c: In function 'tntll_stream_fpid2':
/tmp/tarantool-php/src/tarantool_network.c:43:9: error: 'rv' undeclared (first use in this function)
  return rv;
         ^~
/tmp/tarantool-php/src/tarantool_network.c:43:9: note: each undeclared identifier is reported only once for each function it appears in
make: *** [Makefile:195: src/tarantool_network.lo] Error 1
bigbes commented 7 years ago

Sorry for this stupid mistake. Great PR, thank you!