repsheet / repsheet-nginx

The nginx module for Repsheet
Apache License 2.0
82 stars 11 forks source link

Fix uninitialized variable warning #37

Closed abedra closed 7 years ago

abedra commented 8 years ago

In some scenarios there is an uninitialized variable warning. This isn't necessarily dangerous as it is just a warning, but it's annoying and it should be fixed or documented properly.

thetristan commented 8 years ago

38 resolves this