syntax error fix
authormmachado <mmachado>
Fri, 16 Feb 2001 05:51:53 +0000 (05:51 +0000)
committermmachado <mmachado>
Fri, 16 Feb 2001 05:51:53 +0000 (05:51 +0000)
src/modules/rlm_sql/drivers/rlm_sql_postgresql/sql_postgresql.c

index b33047c..15be52e 100644 (file)
@@ -138,7 +138,7 @@ int sql_store_result(SQLSOCK * sqlsocket, SQL_CONFIG *config) {
 
        if (pg_sock->conn == NULL) {
                radlog(L_ERR, "Socket not connected");
-               return -1'
+               return -1;
        }
 
        pg_sock->cur_row = 0;