Displaying 1 result from an estimated 1 matches for "conn_retri".
Did you mean:
conn_retried
2007 Jul 18
1
smbfs patch for 2.6 [PATCH]
...problems is with the userspace daemon not reconnecting. */
+ PARANOIA("successful, new pid=%d, generation=%d\n",
+ server->conn_pid, server->generation);
+ result = 1;
+ } else if (server->state == CONN_RETRYING) {
+ /* allow further attempts later */
+ server->state = CONN_RETRIED;
+ }
+#endif
out:
put_pid(pid);
return result;