* experiments on user creation... not yet ready, but maybe helpfull to others.
[citadel.git] / ctdlphp / sessionproxy.php
index 90e7ca3e380600b5f7599a284536b72520b99e58..59b84c0f8af081449858c6ac808f8b1a4f9d3754 100755 (executable)
@@ -17,6 +17,7 @@ include "config_ctdlclient.php";
 
 // sock_gets() -- reads one line of text from a socket
 // 
+$logfd = 
 function sock_gets($sock) {
        socket_clear_error($msgsock);
        $buf = socket_read($sock, 4096, PHP_NORMAL_READ);