Show
Ignore:
Timestamp:
28/02/10 13:14:57 (2 years ago)
Author:
westram
Message:
  • fixed error in host:socket parsing (thx to elmar). bug was introduced with [5839]
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ARBDB/adsocket.cxx

    r6422 r6486  
    176176                } 
    177177                else { 
    178                     char *mn = GB_strpartdup(path, p); 
     178                    char *mn = GB_strpartdup(path, p-1); 
    179179 
    180180                    int i = atoi(p + 1);