fix merge conflicts
authorJan Pospíšil <honik@ntc.zcu.cz>
Wed, 17 Oct 2007 07:57:45 +0000 (07:57 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Wed, 17 Oct 2007 07:57:45 +0000 (07:57 +0000)
org.glite.lb.common/src/context.c

index 52d3c32..33f7ef5 100644 (file)
@@ -479,16 +479,11 @@ int edg_wll_GenerateSubjobIds(
                retjobs == NULL)
                return edg_wll_SetError(ctx, ENOMEM, NULL);
 
-/* TODO: merge */
-<<<<<<< context.c
-       if ( !seed || !strcmp(seed, "(nil)") ) {
-=======
        if ( !seed ) {
->>>>>>> 1.23.2.10
                intseed = strdup("edg_wll_GenerateSubjobIds()");
-       }
-       else
+       } else {
                intseed = strdup(seed);
+       }
 
        for (subjob = 0; subjob < num_subjobs; subjob++) {