Fix a build failure on host sunX
authorVolker Lendecke <vl@samba.org>
Thu, 7 Aug 2008 16:18:10 +0000 (18:18 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 7 Aug 2008 16:18:10 +0000 (18:18 +0200)
(This used to be commit 30b5be872501dc87380fd10084aacda13a308ac8)

source3/utils/net_rap.c

index 52c4ccffa7b40ec9c7da1cca813e3b684e4e628f..883524dc2df247f9e767b925fd11169699b6f55e 100644 (file)
@@ -695,7 +695,7 @@ static int rap_printq_info(struct net_context *c, int argc, const char **argv)
        struct cli_state *cli;
        int ret;
 
-       if (argc == 0i || c->display_usage)
+       if (argc == 0 || c->display_usage)
                 return net_rap_printq_usage(c, argc, argv);
 
        if (!NT_STATUS_IS_OK(net_make_ipc_connection(c, 0, &cli)))