Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 May 2016 06:45:15 GMT
From:      yuanxunzhang@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r304189 - soc2016/yuanxunzhang/head/usr.sbin/eaps
Message-ID:  <201605300645.u4U6jF5q075899@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuanxunzhang
Date: Mon May 30 06:45:14 2016
New Revision: 304189
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=304189

Log:
  update eaps commands modules

Modified:
  soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c

Modified: soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c
==============================================================================
--- soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Mon May 30 06:41:47 2016	(r304188)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Mon May 30 06:45:14 2016	(r304189)
@@ -89,14 +89,16 @@
 static void
 createdomain(int argc, char **argv)
 {
-	return;
-}
+	int error = 0;
+	exit(error);
+}
 
 static void
 deletedomain(int argc, char **argv)
 {
-	return;
-}
+	int error = 0;
+	exit(error);
+}
 
 static void
 usage(const char *cp)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605300645.u4U6jF5q075899>