Projet

Général

Profil

« Précédent | Suivant » 

Révision 484e6adc

Ajouté par Ermal il y a presque 10 ans

Strongswan does not need the quotes here

Voir les différences:

etc/inc/vpn.inc
561 561
					case "asn1dn";
562 562
						$myid_data = $ph1ent['myid_data'];
563 563
						if( $myid_data )
564
							$myid_data = "\"{$myid_data}\"";
564
							$myid_data = "{$myid_data}";
565 565
						break;
566 566
					}
567 567

  
......
583 583
					case "asn1dn";
584 584
						$peerid_data = $ph1ent['peerid_data'];
585 585
						if( $peerid_data )
586
							$peerid_data = "\"{$peerid_data}\"";
586
							$peerid_data = "{$peerid_data}";
587 587
						break;
588 588
					}
589 589

  

Formats disponibles : Unified diff