projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7cc972
)
print no_ppp_msg with %s
author
Paul Mackerras
<paulus@samba.org>
Wed, 27 Dec 2000 23:26:41 +0000
(23:26 +0000)
committer
Paul Mackerras
<paulus@samba.org>
Wed, 27 Dec 2000 23:26:41 +0000
(23:26 +0000)
pppd/main.c
patch
|
blob
|
history
diff --git
a/pppd/main.c
b/pppd/main.c
index 389a1c9ff90134960d9392effae496e35e6819e1..00c7c3965d4da078425044d27ae6b1d328563370 100644
(file)
--- a/
pppd/main.c
+++ b/
pppd/main.c
@@
-17,7
+17,7
@@
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#define RCSID "$Id: main.c,v 1.10
0 2000/07/06 11:17:02
paulus Exp $"
+#define RCSID "$Id: main.c,v 1.10
1 2000/12/27 23:26:41
paulus Exp $"
#include <stdio.h>
#include <ctype.h>
@@
-305,7
+305,7
@@
main(argc, argv)
}
if (!ppp_available()) {
- option_error(no_ppp_msg);
+ option_error(
"%s",
no_ppp_msg);
exit(EXIT_NO_KERNEL_SUPPORT);
}