]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/cbcp.c
This enables plugins called via hooks/notifiers triggered
[ppp.git] / pppd / cbcp.c
index ab069d4b9bfaec77e832a5aca50cc1020c55048e..7f2f7877cbbf4011a007441c3545d4dd2520e8dd 100644 (file)
@@ -33,7 +33,7 @@
  * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
  * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#define RCSID  "$Id: cbcp.c,v 1.16 2004/10/28 00:15:36 paulus Exp $"
+#define RCSID  "$Id: cbcp.c,v 1.17 2006/05/22 00:04:07 paulus Exp $"
 
 #include <stdio.h>
 #include <string.h>
 
 #include <stdio.h>
 #include <string.h>
@@ -483,6 +483,6 @@ cbcp_up(us)
     cbcp_state *us;
 {
     persist = 0;
     cbcp_state *us;
 {
     persist = 0;
-    lcp_close(0, "Call me back, please");
     status = EXIT_CALLBACK;
     status = EXIT_CALLBACK;
+    lcp_close(0, "Call me back, please");
 }
 }