]> git.ozlabs.org Git - ppp.git/commitdiff
print no_ppp_msg with %s
authorPaul Mackerras <paulus@samba.org>
Wed, 27 Dec 2000 23:26:41 +0000 (23:26 +0000)
committerPaul Mackerras <paulus@samba.org>
Wed, 27 Dec 2000 23:26:41 +0000 (23:26 +0000)
pppd/main.c

index 389a1c9ff90134960d9392effae496e35e6819e1..00c7c3965d4da078425044d27ae6b1d328563370 100644 (file)
@@ -17,7 +17,7 @@
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-#define RCSID  "$Id: main.c,v 1.100 2000/07/06 11:17:02 paulus Exp $"
+#define RCSID  "$Id: main.c,v 1.101 2000/12/27 23:26:41 paulus Exp $"
 
 #include <stdio.h>
 #include <ctype.h>
 
 #include <stdio.h>
 #include <ctype.h>
@@ -305,7 +305,7 @@ main(argc, argv)
     }
 
     if (!ppp_available()) {
     }
 
     if (!ppp_available()) {
-       option_error(no_ppp_msg);
+       option_error("%s", no_ppp_msg);
        exit(EXIT_NO_KERNEL_SUPPORT);
     }
 
        exit(EXIT_NO_KERNEL_SUPPORT);
     }