|
@@ -33,9 +33,6 @@ static int nolock_mount(char *table_name, char *host_data,
|
|
unsigned int jid;
|
|
unsigned int jid;
|
|
struct nolock_lockspace *nl;
|
|
struct nolock_lockspace *nl;
|
|
|
|
|
|
- /* If there is a "jid=" in the hostdata, return that jid.
|
|
|
|
- Otherwise, return zero. */
|
|
|
|
-
|
|
|
|
c = strstr(host_data, "jid=");
|
|
c = strstr(host_data, "jid=");
|
|
if (!c)
|
|
if (!c)
|
|
jid = 0;
|
|
jid = 0;
|