Parcourir la source

I Imported more of Michele Bini's fixes.

Valeska il y a 10 ans
Parent
révision
9b8df0cd35
1 fichiers modifiés avec 5 ajouts et 2 suppressions
  1. 5
    2
      src/igs.c

+ 5
- 2
src/igs.c Voir le fichier

@@ -347,8 +347,11 @@ void init_internet_gateway_search(void)
347 347
 	 * If we are sharing our internet connection, activate the
348 348
 	 * masquerading.
349 349
 	 */
350
-	if(server_opt.share_internet)
351
-                igw_exec_masquerade_sh(server_opt.ip_masq_script, 0);
350
+	if(server_opt.share_internet) {
351
+	  igw_exec_masquerade_sh(server_opt.ip_masq_script, 0);
352
+	  if(!server_opt.ip_masq_script)
353
+	    fatal("No masquerading script was configured!");
354
+	};
352 355
 
353 356
 	/*
354 357
 	 * Get the default gateway route currently set in the kernel routing

Loading…
Annuler
Enregistrer