pike.git
/
lib
/
modules
/
Sql.pmod
/
pgsql.pike
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/lib/modules/Sql.pmod/pgsql.pike:684:
msglen-=4; foreach(reads();;string f) if(sizeof(f)) msgresponse[f[..0]]=f[1..]; PD("%O\n",msgresponse); return msgresponse; }; case 'R': { PD("Authentication "); string sendpass;
-
int authtype;
+
msglen-=4+4;
-
switch(
authtype=cr->read_int32()) {
+
int
authtype=cr->read_int32()
;
+
switch(authtype
) {
case 0: PD("Ok\n"); .pgsql_util.local_backend->remove_call_out(reconnect); cr->gottimeout=cancelquery; cr->timeout=timeout; reconnectdelay=0; cancelsecret=""; break; case 2: PD("KerberosV5\n");