s3: re-run make samba3-idl.
[kai/samba-autobuild/.git] / librpc / gen_ndr / srv_dfs.c
index 623df13cccc39a5c28393f253c818821b8729e23..9d35e5814696847974ee66b4ecd92135258d88e6 100644 (file)
@@ -1761,7 +1761,7 @@ NTSTATUS rpc_netdfs_dispatch(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, c
                        ZERO_STRUCT(r->out);
                        r->out.version = talloc_zero(mem_ctx, enum dfs_ManagerVersion);
                        if (r->out.version == NULL) {
-                       return NT_STATUS_NO_MEMORY;
+                               return NT_STATUS_NO_MEMORY;
                        }
 
                        _dfs_GetManagerVersion(cli->pipes_struct, r);
@@ -1791,7 +1791,7 @@ NTSTATUS rpc_netdfs_dispatch(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, c
                        ZERO_STRUCT(r->out);
                        r->out.info = talloc_zero(mem_ctx, union dfs_Info);
                        if (r->out.info == NULL) {
-                       return NT_STATUS_NO_MEMORY;
+                               return NT_STATUS_NO_MEMORY;
                        }
 
                        r->out.result = _dfs_GetInfo(cli->pipes_struct, r);