[prev in list] [next in list] [prev in thread] [next in thread] 

List:       grid-engine-dev
Subject:    Re: [GE cvs] CVS update: MODIFIED: qconf ...
From:       "Rayson Ho" <raysonho () eseenet ! com>
Date:       2003-10-19 17:18:09
Message-ID: 3f9329c1.1301.0 () eseenet ! com
[Download RAW message or body]

I am wondering if the change should be like this:

     if (info_entry->pre_gdi_function != NULL && 
         info_entry->pre_gdi_function(qlp, alpp)) {

Rayson

>  Index: parse_qconf.c
>  ===================================================================
>  RCS file: /cvs/gridengine/source/clients/qconf/parse_qconf.c,v
>  retrieving revision 1.61
>  retrieving revision 1.62
>  diff -u -b -r1.61 -r1.62
>  --- parse_qconf.c	2003/10/09 14:53:52	1.61
>  +++ parse_qconf.c	2003/10/16 16:05:34	1.62
>  @@ -5678,7 +5678,8 @@
>            return 1;
>         }
>   
>  -      if (info_entry->pre_gdi_function(qlp, alpp)) {
>  +      if (info_entry->pre_gdi_function == NULL ||
>  +          info_entry->pre_gdi_function(qlp, alpp)) {
>            *alpp = sge_gdi(info_entry->target, SGE_GDI_MOD | sub_command,
&qlp, 
>                            NULL, what);
>         }
>  
>  
>  
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: cvs-unsubscribe@gridengine.sunsource.net
>For additional commands, e-mail: cvs-help@gridengine.sunsource.net
>
>
---------------------------------------------------------
Get your FREE E-mail account at http://www.eseenet.com !

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic