Changeset 8864

Show
Ignore:
Timestamp:
06/07/11 21:07:21 (2 years ago)
Author:
mtmoore
Message:

pvfs2-server alias option takes an argument

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/Orange-Branch/src/server/pvfs2-server.c

    r8863 r8864  
    17001700        {"version",0,0,0}, 
    17011701        {"pidfile",1,0,0}, 
    1702         {"alias",0,0,0}, 
     1702        {"alias",1,0,0}, 
    17031703        {0,0,0,0} 
    17041704    }; 
     
    17721772          do_alias: 
    17731773                total_arguments++; 
     1774                printf("optarg: %s\n", optarg); 
    17741775                s_server_options.server_alias = strdup(optarg); 
    17751776                break;