Revert "Patch level : 12.0 nopatch"
This reverts commit d72bd43f277f98641b3ef3967813526598ab4525.
This commit is contained in:
		
							parent
							
								
									d72bd43f27
								
							
						
					
					
						commit
						be995a0964
					
				@ -759,9 +759,6 @@ int Tdninst::test_cmdline(const TString& cmdline, bool key_must_exist, TString&
 | 
			
		||||
  } 
 | 
			
		||||
 | 
			
		||||
  const TString4 strmod = cmdline.left(2);
 | 
			
		||||
 | 
			
		||||
  if (strmod == "ps" || strmod == "pz")
 | 
			
		||||
    return 0;
 | 
			
		||||
  if (!key_must_exist) // Le personalizzazioni non hanno un modulo vero e proprio 
 | 
			
		||||
  {
 | 
			
		||||
    const int space_pos = cmdline.find(' ');
 | 
			
		||||
@ -800,8 +797,7 @@ int Tdninst::test_cmdline(const TString& cmdline, bool key_must_exist, TString&
 | 
			
		||||
              msg.format(FR("Chiave %ld scaduta il %s"), serno, datascad.string());
 | 
			
		||||
              return 7;
 | 
			
		||||
            }
 | 
			
		||||
          } 
 | 
			
		||||
          /*else
 | 
			
		||||
          } else
 | 
			
		||||
          if (compare_cmdline(cmdline, key))
 | 
			
		||||
          {
 | 
			
		||||
            bFound = true;
 | 
			
		||||
@ -810,8 +806,7 @@ int Tdninst::test_cmdline(const TString& cmdline, bool key_must_exist, TString&
 | 
			
		||||
              msg << TR("Applicazione scaduta il ") << datascad;
 | 
			
		||||
              return 8;
 | 
			
		||||
            }
 | 
			
		||||
          }*/
 | 
			
		||||
          else
 | 
			
		||||
          } else
 | 
			
		||||
          if (key == strmod)
 | 
			
		||||
          {
 | 
			
		||||
            if (scaduto)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user