Changeset 454 for trunk/server/source3/utils/net_util.c
- Timestamp:
- Jun 4, 2010, 3:11:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/utils/net_util.c
r414 r454 100 100 int flags = 0; 101 101 102 #ifdef __OS2__ 103 if (!c->opt_user_name || c->opt_user_name == NULL) { 104 d_printf("The username was not set.\n"); 105 return NT_STATUS_LOGON_FAILURE; 106 } 107 #endif 108 102 109 c->opt_password = net_prompt_pass(c, c->opt_user_name); 103 110
Note:
See TracChangeset
for help on using the changeset viewer.