samba-cvs.cvs
[Top] [All Lists]

svn commit: samba r14826 - in branches/SAMBA_4_0/source/torture/raw: .

Subject: svn commit: samba r14826 - in branches/SAMBA_4_0/source/torture/raw: .
From: metze@xxxxxxxxx
Date: Thu, 30 Mar 2006 15:47:42 +0000 (GMT)
Author: metze
Date: 2006-03-30 15:47:41 +0000 (Thu, 30 Mar 2006)
New Revision: 14826

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14826

Log:
initialize pid1 and pid2:-)

metze
Modified:
   branches/SAMBA_4_0/source/torture/raw/context.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/raw/context.c
===================================================================
--- branches/SAMBA_4_0/source/torture/raw/context.c     2006-03-30 14:28:33 UTC 
(rev 14825)
+++ branches/SAMBA_4_0/source/torture/raw/context.c     2006-03-30 15:47:41 UTC 
(rev 14826)
@@ -535,6 +535,9 @@
                return False;
        }
 
+       pid1 = cli->session->pid;
+       pid2 = pid1 + 1;
+
        printf("pid1=%d pid2=%d\n", pid1, pid2);
 
        printf("create a file using pid1\n");

<Prev in Thread] Current Thread [Next in Thread>
  • svn commit: samba r14826 - in branches/SAMBA_4_0/source/torture/raw: ., metze <=