r25026: Move param/param.h out of includes.h
[gd/samba-autobuild/.git] / source4 / utils / net / net_join.c
index 2df57e63ccb929ebdaf26aed853a9130e3c59bd9..59b35d70fab669392c2e67a29c16c77eed9b4b4f 100644 (file)
@@ -7,7 +7,7 @@
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
    
    This program is distributed in the hope that it will be useful,
    GNU General Public License for more details.
    
    You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 #include "includes.h"
 #include "utils/net/net.h"
 #include "libnet/libnet.h"
 #include "libcli/security/security.h"
+#include "param/param.h"
 
 int net_join(struct net_context *ctx, int argc, const char **argv) 
 {
@@ -47,7 +47,7 @@ int net_join(struct net_context *ctx, int argc, const char **argv)
                        } else if (strcasecmp(argv[1], "MEMBER") == 0) {
                                secure_channel_type = SEC_CHAN_WKSTA;
                        } else {
-                               d_fprintf(stderr, "net_join: 2nd argument must be MEMBER or BDC\n");
+                               d_fprintf(stderr, "net_join: Invalid 2nd argument (%s) must be MEMBER or BDC\n", argv[1]);
                                return net_join_usage(ctx, argc, argv);
                        }
                        break;