]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
Refresh of dbg
authorSean Hefty <sean.hefty@intel.com>
Wed, 18 Jul 2012 16:13:54 +0000 (09:13 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 18 Jul 2012 16:13:54 +0000 (09:13 -0700)
src/preload.c

index b261c8901b3837608f898d7321a52e511f4b9151..cc33e2f6744385fdd5626d7a59ff7ddf500d3bbf 100644 (file)
@@ -848,12 +848,12 @@ pid_t fork(void)
        memset(&sin6.sin6_addr, 0, sizeof sin6.sin6_addr);
 
        sem = sem_open("/rsocket_fork", O_CREAT, 0644, 1);
-       printf("fork - sem_open %d\n", sem);
+       printf("fork - sem_open\n");
        if (sem == SEM_FAILED)
                goto out;
 
        lfd = rsocket(sin6.sin6_family, SOCK_STREAM, 0);
-       printf("fork - rsocket %d\n", ldf);
+       printf("fork - rsocket %d\n", lfd);
        if (lfd < 0)
                goto sclose;