Ignore:
Timestamp:
Oct 30, 2009, 9:39:05 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.3 to 3.3.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/utils/net_join.c

    r206 r342  
    3535int net_join(struct net_context *c, int argc, const char **argv)
    3636{
    37         if (argc < 1)
    38                 return net_join_usage(c, argc, argv);
    39 
    40         if (StrCaseCmp(argv[0], "HELP") == 0) {
     37        if ((argc > 0) && (StrCaseCmp(argv[0], "HELP") == 0)) {
    4138                net_join_usage(c, argc, argv);
    4239                return 0;
Note: See TracChangeset for help on using the changeset viewer.