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

(-)nsat.old/src/smb/ADMsmb.c (-1 / +1 lines)
Lines 123-129 Link Here
123
    {
123
    {
124
      usleep (100000);
124
      usleep (100000);
125
125
126
      if (recvfrom (socket_client, buffer2, sizeof (buffer2), 0, (struct sockaddr *) &sin_dst, &(int) longueur) != -1)
126
      if (recvfrom (socket_client, buffer2, sizeof (buffer2), 0, (struct sockaddr *) &sin_dst, (int *) &longueur) != -1)
127
	{
127
	{
128
128
129
	  if (nmb2->rep_num != 0)
129
	  if (nmb2->rep_num != 0)

Return to bug 128204