Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 426358
Collapse All | Expand All

(-)src/server/partimaged-client.cpp.orig (+1 lines)
Lines 23-28 Link Here
23
CPartimagedClients::CPartimagedClients()
23
CPartimagedClients::CPartimagedClients()
24
{
24
{
25
  showDebug(10, "mutex init for clients\n");
25
  showDebug(10, "mutex init for clients\n");
26
  pthread_mutexattr_init(&mClientsAttr);
26
  pthread_mutex_init(&mClients, &mClientsAttr);
27
  pthread_mutex_init(&mClients, &mClientsAttr);
27
  Clients = new CIdefRemote[g_uiNbClients+1]; // one more for first client to reject
28
  Clients = new CIdefRemote[g_uiNbClients+1]; // one more for first client to reject
28
}
29
}

Return to bug 426358