Ignore:
Timestamp:
Sep 30, 2007, 3:42:50 AM (18 years ago)
Author:
Paul Smedley
Message:

Update trunk to 3.2.0pre1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/utils/smbcquotas.c

    r1 r77  
    1010   This program is free software; you can redistribute it and/or modify
    1111   it under the terms of the GNU General Public License as published by
    12    the Free Software Foundation; either version 2 of the License, or
     12   the Free Software Foundation; either version of the License, or
    1313   (at your option) any later version.
    1414   
     
    1919   
    2020   You should have received a copy of the GNU General Public License
    21    along with this program; if not, write to the Free Software
    22    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     21   along with this program.  If not, see <http://www.gnu.org/licenses/>.
    2322*/
    2423
     
    117116        if (!cli_open_policy_hnd() ||
    118117            !NT_STATUS_IS_OK(rpccli_lsa_lookup_names(global_pipe_hnd, cli_ipc->mem_ctx,
    119                                                   &pol, 1, &str, NULL, &sids,
     118                                                  &pol, 1, &str, NULL, &sids,
    120119                                                  &types))) {
    121120                result = False;
     
    403402        BOOL fix_user = False;
    404403        SMB_NTQUOTA_STRUCT qt;
     404
    405405        poptContext pc;
    406406        struct poptOption long_options[] = {
     
    501501        share = strchr_m(server,'\\');
    502502        if (!share) {
    503                 share = strchr_m(server,'/');
    504                 if (!share) {
    505                         printf("Invalid argument: %s\n", share);
    506                         exit(EXIT_PARSE_ERROR);
    507                 }
     503                printf("Invalid argument: %s\n", share);
     504                exit(EXIT_PARSE_ERROR);
    508505        }
    509506
     
    549546        }
    550547
     548
     549
    551550        return result;
    552551}
Note: See TracChangeset for help on using the changeset viewer.