Skip to content

Instantly share code, notes, and snippets.

@byronmejia
Created May 1, 2016 15:30
Show Gist options
  • Save byronmejia/5190e0273ee542f39ceea0d8d5be7204 to your computer and use it in GitHub Desktop.
Save byronmejia/5190e0273ee542f39ceea0d8d5be7204 to your computer and use it in GitHub Desktop.
if (!kore_pgsql_query(&sql, "SELECT * FROM devices")) {
kore_pgsql_logerror(&sql);
goto out;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment