Browse Source

empty initial data

Anton Lebedevich 13 years ago
parent
commit
2b40c211f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pgsql_sock.erl

+ 1 - 1
src/pgsql_sock.erl

@@ -14,7 +14,7 @@
 
 
 -record(state, {mod,
 -record(state, {mod,
                 sock,
                 sock,
-                data,
+                data = <<>>,
                 backend,
                 backend,
                 handler,
                 handler,
                 queue = queue:new(),
                 queue = queue:new(),